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

Declarations

include/llvm/IR/GlobalVariable.h
  185   void getDebugInfo(SmallVectorImpl<DIGlobalVariableExpression *> &GVs) const;

References

lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
 2985     GV.getDebugInfo(GVEs);
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
  949     Global.getDebugInfo(GVs);
lib/IR/Core.cpp
 1227     GV->getDebugInfo(GVEs);
 1251     GV->getDebugInfo(GVEs);
 1274     GV->getDebugInfo(GVEs);
lib/Target/BPF/BTFDebug.cpp
 1078     Global.getDebugInfo(GVs);
lib/Transforms/IPO/ConstantMerge.cpp
   81   From->getDebugInfo(MDs);
lib/Transforms/IPO/GlobalOpt.cpp
  441   GV->getDebugInfo(GVs);
 1643   GV->getDebugInfo(GVs);
lib/Transforms/IPO/StripSymbols.cpp
  320     GV.getDebugInfo(GVEs);
lib/Transforms/Instrumentation/AddressSanitizer.cpp
 2311     G->getDebugInfo(GVs);
unittests/Transforms/Utils/CloningTest.cpp
  814   NewGV->getDebugInfo(GVs);