Lines Matching refs:getSymbol
339 MCSymbol *AsmPrinter::getSymbol(const GlobalValue *GV) const { in getSymbol() function in AsmPrinter
340 return TM.getSymbol(GV, *Mang); in getSymbol()
352 if (GlobalGOTEquivs.count(getSymbol(GV))) in EmitGlobalVariable()
362 MCSymbol *GVSym = getSymbol(GV); in EmitGlobalVariable()
980 const MCSymbol *GOTEquivSym = getSymbol(&G); in computeGlobalGOTEquivs()
1032 MCSymbol *Name = getSymbol(&F); in doFinalization()
1085 OutStreamer->EmitSymbolAttribute(getSymbol(&G), MCSA_WeakReference); in doFinalization()
1091 OutStreamer->EmitSymbolAttribute(getSymbol(&F), MCSA_WeakReference); in doFinalization()
1097 MCSymbol *Name = getSymbol(&Alias); in doFinalization()
1166 CurrentFnSym = getSymbol(MF.getFunction()); in SetupMachineFunction()
1327 MCSymbolRefExpr::create(MBB->getSymbol(), OutContext); in EmitJumpTableInfo()
1369 Value = MCSymbolRefExpr::create(MBB->getSymbol(), OutContext); in EmitJumpTableEntry()
1375 MCSymbol *MBBSym = MBB->getSymbol(); in EmitJumpTableEntry()
1384 MCSymbol *MBBSym = MBB->getSymbol(); in EmitJumpTableEntry()
1402 Value = MCSymbolRefExpr::create(MBB->getSymbol(), OutContext); in EmitJumpTableEntry()
1473 OutStreamer->EmitSymbolAttribute(getSymbol(GV), MCSA_NoDeadStrip); in EmitLLVMUsedList()
1537 KeySym = getSymbol(GV); in EmitXXStructorList()
1652 return MCSymbolRefExpr::create(getSymbol(GV), Ctx); in lowerConstant()
2093 const MCSymbol *GOTEquivSym = &SymA->getSymbol(); in handleIndirectSymViaGOTPCRel()
2102 const MCSymbol *BaseSym = AP.getSymbol(BaseGV); in handleIndirectSymViaGOTPCRel()
2105 if (!SymB || BaseSym != &SymB->getSymbol()) in handleIndirectSymViaGOTPCRel()
2142 const MCSymbol *FinalSym = AP.getSymbol(FinalGV); in handleIndirectSymViaGOTPCRel()
2411 OutStreamer->EmitLabel(MBB.getSymbol()); in EmitBasicBlockStart()