Lines Matching refs:TargetLoweringObjectFile
42 void TargetLoweringObjectFile::Initialize(MCContext &ctx, in Initialize()
57 TargetLoweringObjectFile::~TargetLoweringObjectFile() { in ~TargetLoweringObjectFile()
61 unsigned TargetLoweringObjectFile::getCallSiteEncoding() const { in getCallSiteEncoding()
129 MCSymbol *TargetLoweringObjectFile::getSymbolWithGlobalValueBase( in getSymbolWithGlobalValueBase()
140 MCSymbol *TargetLoweringObjectFile::getCFIPersonalitySymbol( in getCFIPersonalitySymbol()
146 void TargetLoweringObjectFile::emitPersonalityValue(MCStreamer &Streamer, in emitPersonalityValue()
151 void TargetLoweringObjectFile::emitCGProfileMetadata(MCStreamer &Streamer, in emitCGProfileMetadata()
202 SectionKind TargetLoweringObjectFile::getKindForGlobal(const GlobalObject *GO, in getKindForGlobal()
316 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()