Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:MCSymbol

36 #include "llvm/MC/MCSymbol.h"
217 void AsmPrinter::EmitLinkage(unsigned Linkage, MCSymbol *GVSym) const {
278 MCSymbol *GVSym = Mang->getSymbol(GV);
365 MCSymbol *MangSym =
451 std::vector<MCSymbol*> DeadBlockSyms;
462 MCSymbol *FakeStub =
624 MCSymbol *Label = MI.getOperand(0).getMCSymbol();
754 MCSymbol *FnEndLabel = OutContext.CreateTempSymbol();
853 MCSymbol *Name = Mang->getSymbol(&F);
899 MCSymbol *Name = Mang->getSymbol(I);
902 MCSymbol *Target = Mang->getSymbol(GV);
1143 MCSymbol *MBBSym = MBB->getSymbol();
1292 void AsmPrinter::EmitLabelDifference(const MCSymbol *Hi, const MCSymbol *Lo,
1306 MCSymbol *SetLabel = GetTempSymbol("set", SetCounter++);
1314 void AsmPrinter::EmitLabelOffsetDifference(const MCSymbol *Hi, uint64_t Offset,
1315 const MCSymbol *Lo, unsigned Size)
1335 MCSymbol *SetLabel = GetTempSymbol("set", SetCounter++);
1344 void AsmPrinter::EmitLabelPlusOffset(const MCSymbol *Label, uint64_t Offset,
1740 /// GetTempSymbol - Return the MCSymbol corresponding to the assembler
1742 MCSymbol *AsmPrinter::GetTempSymbol(StringRef Name, unsigned ID) const {
1749 MCSymbol *AsmPrinter::GetTempSymbol(StringRef Name) const {
1755 MCSymbol *AsmPrinter::GetBlockAddressSymbol(const BlockAddress *BA) const {
1759 MCSymbol *AsmPrinter::GetBlockAddressSymbol(const BasicBlock *BB) const {
1764 MCSymbol *AsmPrinter::GetCPISymbol(unsigned CPID) const {
1771 MCSymbol *AsmPrinter::GetJTISymbol(unsigned JTID, bool isLinkerPrivate) const {
1777 MCSymbol *AsmPrinter::GetJTSetSymbol(unsigned UID, unsigned MBBID) const {
1783 /// GetSymbolWithGlobalValueBase - Return the MCSymbol for a symbol with
1786 MCSymbol *AsmPrinter::GetSymbolWithGlobalValueBase(const GlobalValue *GV,
1795 /// GetExternalSymbolSymbol - Return the MCSymbol for the specified
1797 MCSymbol *AsmPrinter::GetExternalSymbolSymbol(StringRef Sym) const {
1887 std::vector<MCSymbol*> Syms = MMI->getAddrLabelSymbolToEmit(BB);
1918 void AsmPrinter::EmitVisibility(MCSymbol *Sym, unsigned Visibility,