LLVM 19.0.0git
Classes | Namespaces | Macros | Functions
TextStub.cpp File Reference
#include "TextAPIContext.h"
#include "TextStubCommon.h"
#include "llvm/ADT/BitmaskEnum.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/Allocator.h"
#include "llvm/Support/SourceMgr.h"
#include "llvm/Support/YAMLTraits.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/TextAPI/Architecture.h"
#include "llvm/TextAPI/ArchitectureSet.h"
#include "llvm/TextAPI/InterfaceFile.h"
#include "llvm/TextAPI/PackedVersion.h"
#include "llvm/TextAPI/TextAPIReader.h"
#include "llvm/TextAPI/TextAPIWriter.h"
#include <algorithm>
#include <set>
#include "llvm/BinaryFormat/MachO.def"

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;
raw_pwrite_stream & OS

Function Documentation

◆ DiagHandler()

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