Thanks to visit codestin.com
Credit goes to llvm.org

LLVM 22.0.0git
TextStub.cpp File Reference

Go to the source code of this file.

Classes

struct  llvm::yaml::MappingTraits< ExportSection >
struct  llvm::yaml::MappingTraits< UndefinedSection >
struct  llvm::yaml::MappingTraits< SymbolSection >
struct  llvm::yaml::MappingTraits< UmbrellaSection >
struct  llvm::yaml::MappingTraits< UUIDv4 >
struct  llvm::yaml::MappingContextTraits< MetadataSection, MetadataSection::Option >
struct  llvm::yaml::ScalarBitSetTraits< TBDFlags >
struct  llvm::yaml::ScalarTraits< Target >
struct  llvm::yaml::MappingTraits< const InterfaceFile * >
struct  llvm::yaml::MappingTraits< const InterfaceFile * >::NormalizedTBD
struct  llvm::yaml::MappingTraits< const InterfaceFile * >::NormalizedTBD_V4
struct  llvm::yaml::DocumentListTraits< std::vector< const MachO::InterfaceFile * > >

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
namespace  llvm::yaml

Macros

#define PLATFORM(platform, id, name, build_name, target, tapi_target, marketing)

Functions

static void DiagHandler (const SMDiagnostic &Diag, void *Context)

Macro Definition Documentation

◆ PLATFORM

#define PLATFORM ( platform,
id,
name,
build_name,
target,
tapi_target,
marketing )
Value:
case PLATFORM_##platform: \
OS << #tapi_target; \
break;

Function Documentation

◆ DiagHandler()