Lines Matching refs:MCSymbol
292 void AsmPrinter::EmitLinkage(const GlobalValue *GV, MCSymbol *GVSym) const {
342 MCSymbol *AsmPrinter::getSymbol(const GlobalValue *GV) const {
376 MCSymbol *GVSym = getSymbol(GV);
377 MCSymbol *EmittedSym = GVSym;
455 MCSymbol *EmittedInitSym = GVSym;
484 MCSymbol *MangSym =
578 std::vector<MCSymbol*> DeadBlockSyms;
587 MCSymbol *CurPos = OutContext.createTempSymbol();
824 // The operands are the MCSymbol and the frame offset of the allocation.
825 MCSymbol *FrameAllocSym = MI.getOperand(0).getMCSymbol();
931 MCSymbol *Sym = GetBlockAddressSymbol(&BB);
1031 const MCSymbol *GOTEquivSym = getSymbol(&G);
1083 MCSymbol *Name = getSymbol(&F);
1145 MCSymbol *Name = getSymbol(&Alias);
1195 MCSymbol *AddrSymbol =
1224 MCSymbol *AsmPrinter::getCurExceptionSym() {
1311 MCSymbol *Sym = GetCPISymbol(CPI);
1440 MCSymbol *MBBSym = MBB->getSymbol();
1449 MCSymbol *MBBSym = MBB->getSymbol();
1596 const MCSymbol *KeySym = nullptr;
1655 void AsmPrinter::EmitLabelDifference(const MCSymbol *Hi, const MCSymbol *Lo,
1663 void AsmPrinter::EmitLabelPlusOffset(const MCSymbol *Label, uint64_t Offset,
2130 const MCSymbol *GOTEquivSym = &SymA->getSymbol();
2139 const MCSymbol *BaseSym = AP.getSymbol(BaseGV);
2179 const MCSymbol *FinalSym = AP.getSymbol(FinalGV);
2297 MCSymbol *AsmPrinter::createTempSymbol(const Twine &Name) const {
2301 MCSymbol *AsmPrinter::GetBlockAddressSymbol(const BlockAddress *BA) const {
2305 MCSymbol *AsmPrinter::GetBlockAddressSymbol(const BasicBlock *BB) const {
2310 MCSymbol *AsmPrinter::GetCPISymbol(unsigned CPID) const {
2318 MCSymbol *AsmPrinter::GetJTISymbol(unsigned JTID, bool isLinkerPrivate) const {
2324 MCSymbol *AsmPrinter::GetJTSetSymbol(unsigned UID, unsigned MBBID) const {
2331 MCSymbol *AsmPrinter::getSymbolWithGlobalValueBase(const GlobalValue *GV,
2337 /// Return the MCSymbol for the specified ExternalSymbol.
2338 MCSymbol *AsmPrinter::GetExternalSymbolSymbol(StringRef Sym) const {
2439 for (MCSymbol *Sym : MMI->getAddrLabelSymbolToEmit(BB))
2463 void AsmPrinter::EmitVisibility(MCSymbol *Sym, unsigned Visibility,