Lines Matching refs:getSymbol
697 MCSymbol *AsmPrinter::getSymbol(const GlobalValue *GV) const { in getSymbol() function in AsmPrinter
698 return TM.getSymbol(GV); in getSymbol()
715 return TM.getSymbol(&GV); in getSymbolPreferLocal()
736 if (GlobalGOTEquivs.count(getSymbol(GV))) in emitGlobalVariable()
748 MCSymbol *GVSym = getSymbol(GV); in emitGlobalVariable()
1397 MBB.isEntryBlock() ? FunctionSymbol : MBB.getSymbol(); in emitBBAddrMapSection()
2068 const MCSymbol *GOTEquivSym = getSymbol(&G); in computeGlobalGOTEquivs()
2094 MCSymbol *Name = getSymbol(&GA); in emitGlobalAlias()
2185 MCSymbol *Name = getSymbol(&GI); in emitGlobalIFunc()
2238 MCSymbol *Stub = getSymbol(&GI); in emitGlobalIFunc()
2305 MCSymbol *Name = getSymbol(&F); in doFinalization()
2445 OutStreamer->emitSymbolAttribute(getSymbol(&GO), MCSA_WeakReference); in doFinalization()
2455 OutStreamer->emitSymbolAttribute(getSymbol(Global), MCSA_WeakReference); in doFinalization()
2499 OutStreamer->emitAddrsigSym(getSymbol(&GV)); in doFinalization()
2517 MCSymbolRefExpr::create(getSymbol(&GV), OutContext), in doFinalization()
2560 CurrentFnSym = getSymbol(&MF.getFunction()); in SetupMachineFunction()
2736 MCSymbolRefExpr::create(MBB->getSymbol(), OutContext); in emitJumpTableInfo()
2780 Value = MCSymbolRefExpr::create(MBB->getSymbol(), OutContext); in emitJumpTableEntry()
2786 MCSymbol *MBBSym = MBB->getSymbol(); in emitJumpTableEntry()
2795 MCSymbol *MBBSym = MBB->getSymbol(); in emitJumpTableEntry()
2815 Value = MCSymbolRefExpr::create(MBB->getSymbol(), OutContext); in emitJumpTableEntry()
2862 OutStreamer->emitCOFFSymbolIndex(getSymbol(Dst)); in emitSpecialLLVMGlobal()
2869 OutStreamer->emitCOFFSymbolIndex(getSymbol(Src)); in emitSpecialLLVMGlobal()
2870 OutStreamer->emitCOFFSymbolIndex(getSymbol(Dst)); in emitSpecialLLVMGlobal()
2906 OutStreamer->emitSymbolAttribute(getSymbol(GV), MCSA_NoDeadStrip); in emitLLVMUsedList()
2972 KeySym = getSymbol(GV); in emitXXStructorList()
3133 return MCSymbolRefExpr::create(getSymbol(GV), Ctx); in lowerConstant()
3142 return MCSymbolRefExpr::create(getSymbol(NC->getGlobalValue()), Ctx); in lowerConstant()
3237 MCSymbolRefExpr::create(getSymbol(LHSGV), Ctx); in lowerConstant()
3243 LHSExpr, MCSymbolRefExpr::create(getSymbol(RHSGV), Ctx), Ctx); in lowerConstant()
3346 AP.OutStreamer->emitLabel(AP.getSymbol(GA)); in emitGlobalAliasInline()
3626 const MCSymbol *GOTEquivSym = &SymA->getSymbol(); in handleIndirectSymViaGOTPCRel()
3635 const MCSymbol *BaseSym = AP.getSymbol(BaseGV); in handleIndirectSymViaGOTPCRel()
3638 if (!SymB || BaseSym != &SymB->getSymbol()) in handleIndirectSymViaGOTPCRel()
3668 const MCSymbol *FinalSym = AP.getSymbol(FinalGV); in handleIndirectSymViaGOTPCRel()
3779 OutStreamer->emitLabel(getSymbol(GA)); in emitGlobalConstant()
3954 CurrentSectionBeginSym = MBB.getSymbol(); in emitBasicBlockStart()
3996 OutStreamer->emitLabel(MBB.getSymbol()); in emitBasicBlockStart()
4342 const auto Base = &cast<MCSymbolRefExpr>(BaseExpr)->getSymbol(); in getCodeViewJumpTableInfo()