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

References

include/llvm/IR/DebugInfoMetadata.h
 3063     return getTemporary(getContext(), getVariable(), getExpression());
lib/Analysis/ModuleDebugInfoPrinter.cpp
   93     const auto *GV = GVU->getVariable();
lib/Bitcode/Writer/BitcodeWriter.cpp
 1887   Record.push_back(VE.getMetadataOrNullID(N->getVariable()));
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
 2994       const DIGlobalVariable *DIGV = GVE->getVariable();
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
  951       GVMap[GVE->getVariable()].push_back({&Global, GVE->getExpression()});
  999       auto &GVMapEntry = GVMap[GVE->getVariable()];
 1006       DIGlobalVariable *GV = GVE->getVariable();
lib/IR/AsmWriter.cpp
 2169   Printer.printMetadata("var", N->getVariable());
lib/IR/Core.cpp
 1229       if (const DIGlobalVariable *DGV = GVEs[0]->getVariable())
 1253       if (const DIGlobalVariable *DGV = GVEs[0]->getVariable())
 1276       if (const DIGlobalVariable *DGV = GVEs[0]->getVariable())
lib/IR/DebugInfo.cpp
   82     auto *GV = DIG->getVariable();
 1298   return wrap(unwrapDI<DIGlobalVariableExpression>(GVE)->getVariable());
lib/IR/Metadata.cpp
 1474         GV = GVE->getVariable();
lib/IR/Verifier.cpp
 1287   AssertDI(GVE.getVariable(), "missing variable");
 1288   if (auto *Var = GVE.getVariable())
 1293       verifyFragmentExpression(*GVE.getVariable(), *Fragment, &GVE);
lib/Target/BPF/BTFDebug.cpp
 1082         visitMapDefType(GVE->getVariable()->getType(), GVTypeId);
 1084         visitTypeEntry(GVE->getVariable()->getType(), GVTypeId, false, false);
lib/Transforms/IPO/GlobalOpt.cpp
  443     DIVariable *Var = GVE->getVariable();
 1660         DIGlobalVariable *DGV = GVe->getVariable();
tools/clang/lib/CodeGen/CGDebugInfo.cpp
 3414       return GVE->getVariable();
 4725       Repl = GVE->getVariable();
unittests/IR/MetadataTest.cpp
 2242   EXPECT_EQ(Var, N->getVariable());
unittests/Transforms/Utils/CloningTest.cpp
  818   DIGlobalVariable *GV = GVExpr->getVariable();
  849     DIGlobalVariable *GV = GVExpr->getVariable();