reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/CodeGen/AsmPrinter.h
  452   MCSymbol *getSymbolWithGlobalValueBase(const GlobalValue *GV,

References

lib/Target/ARM/ARMAsmPrinter.cpp
  812     MCSymbol *MCSym = getSymbolWithGlobalValueBase(GV, "$non_lazy_ptr");
lib/Target/PowerPC/PPCAsmPrinter.cpp
  189     SymToPrint = getSymbolWithGlobalValueBase(GV, "$non_lazy_ptr");
 1669               getSymbolWithGlobalValueBase(Personality, "$non_lazy_ptr");
lib/Target/X86/X86AsmPrinter.cpp
  125       GVSym = getSymbolWithGlobalValueBase(GV, "$non_lazy_ptr");
  138       MCSymbol *Sym = getSymbolWithGlobalValueBase(GV, "$non_lazy_ptr");