|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/CodeGen/AsmPrinter.h 467 MCSymbol *GetBlockAddressSymbol(const BlockAddress *BA) const;
References
lib/CodeGen/AsmPrinter/AsmPrinter.cpp 2178 return MCSymbolRefExpr::create(GetBlockAddressSymbol(BA), Ctx);
lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp 433 MCSymbol *Sym = AP->GetBlockAddressSymbol(BA);
lib/Target/AArch64/AArch64AsmPrinter.cpp 520 MCSymbol *Sym = GetBlockAddressSymbol(MO.getBlockAddress());
lib/Target/AArch64/AArch64MCInstLower.cpp 290 MO, Printer.GetBlockAddressSymbol(MO.getBlockAddress()));
lib/Target/ARC/ARCMCInstLower.cpp 44 Symbol = Printer.GetBlockAddressSymbol(MO.getBlockAddress());
lib/Target/ARM/ARMAsmPrinter.cpp 892 MCSym = GetBlockAddressSymbol(BA);
lib/Target/ARM/ARMMCInstLower.cpp 107 MCOp = GetSymbolRef(MO, GetBlockAddressSymbol(MO.getBlockAddress()));
lib/Target/AVR/AVRMCInstLower.cpp 96 MO, Printer.GetBlockAddressSymbol(MO.getBlockAddress()));
lib/Target/BPF/BPFAsmPrinter.cpp 94 MCSymbol *BA = GetBlockAddressSymbol(MO.getBlockAddress());
lib/Target/Hexagon/HexagonMCInstLower.cpp 170 MCO = GetSymbolRef(MO, AP.GetBlockAddressSymbol(MO.getBlockAddress()), AP,
lib/Target/Lanai/LanaiAsmPrinter.cpp 86 MCSymbol *BA = GetBlockAddressSymbol(MO.getBlockAddress());
lib/Target/Lanai/LanaiMCInstLower.cpp 39 return Printer.GetBlockAddressSymbol(MO.getBlockAddress());
lib/Target/MSP430/MSP430MCInstLower.cpp 91 return Printer.GetBlockAddressSymbol(MO.getBlockAddress());
lib/Target/Mips/MipsAsmPrinter.cpp 701 MCSymbol *BA = GetBlockAddressSymbol(MO.getBlockAddress());
lib/Target/Mips/MipsMCInstLower.cpp 134 Symbol = AsmPrinter.GetBlockAddressSymbol(MO.getBlockAddress());
lib/Target/PowerPC/PPCAsmPrinter.cpp 234 GetBlockAddressSymbol(MO.getBlockAddress())->print(O, MAI);
527 return AP.GetBlockAddressSymbol(MO.getBlockAddress());
lib/Target/PowerPC/PPCMCInstLower.cpp 193 OutMO = GetSymbolRef(MO, AP.GetBlockAddressSymbol(MO.getBlockAddress()), AP,
lib/Target/RISCV/RISCVMCInstLower.cpp 115 MO, AP.GetBlockAddressSymbol(MO.getBlockAddress()), AP);
lib/Target/Sparc/SparcAsmPrinter.cpp 364 O << GetBlockAddressSymbol(MO.getBlockAddress())->getName();
lib/Target/Sparc/SparcMCInstLower.cpp 48 Symbol = AP.GetBlockAddressSymbol(MO.getBlockAddress());
lib/Target/SystemZ/SystemZMCInstLower.cpp 64 Symbol = AsmPrinter.GetBlockAddressSymbol(MO.getBlockAddress());
lib/Target/X86/X86AsmPrinter.cpp 228 MCSymbol *Sym = GetBlockAddressSymbol(MO.getBlockAddress());
lib/Target/X86/X86MCInstLower.cpp 423 MO, AsmPrinter.GetBlockAddressSymbol(MO.getBlockAddress()));
lib/Target/XCore/XCoreAsmPrinter.cpp 224 GetBlockAddressSymbol(MO.getBlockAddress())->print(O, MAI);
lib/Target/XCore/XCoreMCInstLower.cpp 46 Symbol = Printer.GetBlockAddressSymbol(MO.getBlockAddress());