Home | History | Annotate | Download | only in Target

Lines Matching defs:TargetLoweringObjectFile

1 //===-- 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::
271 bool TargetLoweringObjectFile::isSectionAtomizableBySymbols(
278 TargetLoweringObjectFile::SelectSectionForGlobal(const GlobalValue *GV,
300 TargetLoweringObjectFile::getSectionForConstant(SectionKind Kind) const {
310 const MCExpr *TargetLoweringObjectFile::getTTypeGlobalReference(
320 const MCExpr *TargetLoweringObjectFile::
340 const MCExpr *TargetLoweringObjectFile::getDebugThreadLocalSymbol(const MCSymbol *Sym) const {