Searched defs:TargetLoweringObjectFile (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h1 //===-- llvm/Target/TargetLoweringObjectFile.h - Object Info ----*- C++ -*-===//
36 class TargetLoweringObjectFile : public MCObjectFileInfo { class in namespace:llvm
40 TargetLoweringObjectFile(
41 const TargetLoweringObjectFile&) LLVM_DELETED_FUNCTION;
42 void operator=(const TargetLoweringObjectFile&) LLVM_DELETED_FUNCTION;
47 TargetLoweringObjectFile() : MCObjectFileInfo(), Ctx(nullptr), DL(nullptr) {} function in class:llvm::TargetLoweringObjectFile
49 virtual ~TargetLoweringObjectFile();
/external/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp1 //===-- llvm/Target/TargetLoweringObjectFile.cpp - Object File Info -------===//
15 #include "llvm/Target/TargetLoweringObjectFile.h"
42 void TargetLoweringObjectFile::Initialize(MCContext &ctx,
50 TargetLoweringObjectFile::~TargetLoweringObjectFile() {
103 MCSymbol *TargetLoweringObjectFile::getSymbolWithGlobalValueBase(
115 MCSymbol *TargetLoweringObjectFile::getCFIPersonalitySymbol(
121 void TargetLoweringObjectFile::emitPersonalityValue(MCStreamer &Streamer,
132 SectionKind TargetLoweringObjectFile::getKindForGlobal(const GlobalValue *GV,
259 const MCSection *TargetLoweringObjectFile
[all...]

Completed in 149 milliseconds