Lines Matching refs:TargetLoweringObjectFile
40 void TargetLoweringObjectFile::Initialize(MCContext &ctx, in Initialize()
53 TargetLoweringObjectFile::~TargetLoweringObjectFile() { in ~TargetLoweringObjectFile()
116 MCSymbol *TargetLoweringObjectFile::getSymbolWithGlobalValueBase( in getSymbolWithGlobalValueBase()
127 MCSymbol *TargetLoweringObjectFile::getCFIPersonalitySymbol( in getCFIPersonalitySymbol()
133 void TargetLoweringObjectFile::emitPersonalityValue(MCStreamer &Streamer, in emitPersonalityValue()
143 SectionKind TargetLoweringObjectFile::getKindForGlobal(const GlobalObject *GO, in getKindForGlobal()
246 MCSection *TargetLoweringObjectFile::SectionForGlobal( in SectionForGlobal()
270 MCSection *TargetLoweringObjectFile::getSectionForJumpTable( in getSectionForJumpTable()
278 bool TargetLoweringObjectFile::shouldPutJumpTableInFunctionSection( in shouldPutJumpTableInFunctionSection()
295 MCSection *TargetLoweringObjectFile::getSectionForConstant( in getSectionForConstant()
307 const MCExpr *TargetLoweringObjectFile::getTTypeGlobalReference( in getTTypeGlobalReference()
316 const MCExpr *TargetLoweringObjectFile::
336 const MCExpr *TargetLoweringObjectFile::getDebugThreadLocalSymbol(const MCSymbol *Sym) const { in getDebugThreadLocalSymbol()
342 void TargetLoweringObjectFile::getNameWithPrefix( in getNameWithPrefix()