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

Declarations

include/llvm/Target/TargetLoweringObjectFile.h
  139   MCSymbol *getSymbolWithGlobalValueBase(const GlobalValue *GV,

References

lib/CodeGen/AsmPrinter/AsmPrinter.cpp
 2831   return getObjFileLowering().getSymbolWithGlobalValueBase(GV, Suffix, TM);
lib/CodeGen/TargetLoweringObjectFileImpl.cpp
  395     MCSymbol *SSym = getSymbolWithGlobalValueBase(GV, ".DW.stub", TM);
 1074     MCSymbol *SSym = getSymbolWithGlobalValueBase(GV, "$non_lazy_ptr", TM);
 1100   MCSymbol *SSym = getSymbolWithGlobalValueBase(GV, "$non_lazy_ptr", TM);
lib/Target/Sparc/SparcTargetObjectFile.cpp
   30     MCSymbol *SSym = getSymbolWithGlobalValueBase(GV, ".DW.stub", TM);