Lines Matching refs:TargetLoweringObjectFile

40 void TargetLoweringObjectFile::Initialize(MCContext &ctx,  in Initialize()
55 TargetLoweringObjectFile::~TargetLoweringObjectFile() { in ~TargetLoweringObjectFile()
59 unsigned TargetLoweringObjectFile::getCallSiteEncoding() const { in getCallSiteEncoding()
127 MCSymbol *TargetLoweringObjectFile::getSymbolWithGlobalValueBase( in getSymbolWithGlobalValueBase()
138 MCSymbol *TargetLoweringObjectFile::getCFIPersonalitySymbol( in getCFIPersonalitySymbol()
144 void TargetLoweringObjectFile::emitPersonalityValue(MCStreamer &Streamer, in emitPersonalityValue()
149 void TargetLoweringObjectFile::emitCGProfileMetadata(MCStreamer &Streamer, in emitCGProfileMetadata()
200 SectionKind TargetLoweringObjectFile::getKindForGlobal(const GlobalObject *GO, in getKindForGlobal()
321 MCSection *TargetLoweringObjectFile::SectionForGlobal( in SectionForGlobal()
345 TargetLoweringObjectFile::SectionForGlobal(const GlobalObject *GO, in SectionForGlobal()
350 MCSection *TargetLoweringObjectFile::getSectionForJumpTable( in getSectionForJumpTable()
358 bool TargetLoweringObjectFile::shouldPutJumpTableInFunctionSection( in shouldPutJumpTableInFunctionSection()
375 MCSection *TargetLoweringObjectFile::getSectionForConstant( in getSectionForConstant()
384 MCSection *TargetLoweringObjectFile::getSectionForMachineBasicBlock( in getSectionForMachineBasicBlock()
390 MCSection *TargetLoweringObjectFile::getUniqueSectionForFunction( in getUniqueSectionForFunction()
398 const MCExpr *TargetLoweringObjectFile::getTTypeGlobalReference( in getTTypeGlobalReference()
407 const MCExpr *TargetLoweringObjectFile::
427 const MCExpr *TargetLoweringObjectFile::getDebugThreadLocalSymbol(const MCSymbol *Sym) const { in getDebugThreadLocalSymbol()
433 void TargetLoweringObjectFile::getNameWithPrefix( in getNameWithPrefix()