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++ -*-===//
35 class TargetLoweringObjectFile : public MCObjectFileInfo { class in namespace:llvm
38 TargetLoweringObjectFile(
39 const TargetLoweringObjectFile&) LLVM_DELETED_FUNCTION;
40 void operator=(const TargetLoweringObjectFile&) LLVM_DELETED_FUNCTION;
45 TargetLoweringObjectFile() : MCObjectFileInfo(), Ctx(0) {} function in class:llvm::TargetLoweringObjectFile
47 virtual ~TargetLoweringObjectFile();
/external/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp1 //===-- llvm/Target/TargetLoweringObjectFile.cpp - Object File Info -------===//
15 #include "llvm/Target/TargetLoweringObjectFile.h"
40 void TargetLoweringObjectFile::Initialize(MCContext &ctx,
47 TargetLoweringObjectFile::~TargetLoweringObjectFile() {
100 MCSymbol *TargetLoweringObjectFile::
106 void TargetLoweringObjectFile::emitPersonalityValue(MCStreamer &Streamer,
117 SectionKind TargetLoweringObjectFile::getKindForGlobal(const GlobalValue *GV,
244 const MCSection *TargetLoweringObjectFile::
259 TargetLoweringObjectFile
[all...]

Completed in 168 milliseconds