Lines Matching refs:TargetLoweringObjectFile
43 void TargetLoweringObjectFile::Initialize(MCContext &ctx, in Initialize()
51 TargetLoweringObjectFile::~TargetLoweringObjectFile() { in ~TargetLoweringObjectFile()
104 MCSymbol *TargetLoweringObjectFile::getSymbolWithGlobalValueBase( in getSymbolWithGlobalValueBase()
116 MCSymbol *TargetLoweringObjectFile::getCFIPersonalitySymbol( in getCFIPersonalitySymbol()
122 void TargetLoweringObjectFile::emitPersonalityValue(MCStreamer &Streamer, in emitPersonalityValue()
133 SectionKind TargetLoweringObjectFile::getKindForGlobal(const GlobalValue *GV, in getKindForGlobal()
262 TargetLoweringObjectFile::SectionForGlobal(const GlobalValue *GV, in SectionForGlobal()
274 MCSection *TargetLoweringObjectFile::getSectionForJumpTable( in getSectionForJumpTable()
279 bool TargetLoweringObjectFile::shouldPutJumpTableInFunctionSection( in shouldPutJumpTableInFunctionSection()
300 TargetLoweringObjectFile::getSectionForConstant(SectionKind Kind, in getSectionForConstant()
311 const MCExpr *TargetLoweringObjectFile::getTTypeGlobalReference( in getTTypeGlobalReference()
321 const MCExpr *TargetLoweringObjectFile::
341 const MCExpr *TargetLoweringObjectFile::getDebugThreadLocalSymbol(const MCSymbol *Sym) const { in getDebugThreadLocalSymbol()
347 void TargetLoweringObjectFile::getNameWithPrefix( in getNameWithPrefix()