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

References

include/llvm/IR/DebugInfoMetadata.h
 1201         getGlobalVariables(), getImportedEntities(), getMacros(), DWOId,
lib/Bitcode/Writer/BitcodeWriter.cpp
 1655   Record.push_back(VE.getMetadataOrNullID(N->getGlobalVariables().get()));
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
 2993     for (const auto *GVE : CU->getGlobalVariables()) {
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
  989         CUNode->getGlobalVariables().empty() && CUNode->getMacros().empty())
  995     for (auto *GVE : CUNode->getGlobalVariables()) {
 1005     for (auto *GVE : CUNode->getGlobalVariables()) {
lib/IR/DebugInfo.cpp
   79   for (auto DIG : CU->getGlobalVariables()) {
lib/IR/Verifier.cpp
 1080     for (Metadata *Op : N.getGlobalVariables()->operands()) {
lib/Transforms/IPO/StripSymbols.cpp
  336     for (auto *DIG : DIC->getGlobalVariables()) {
unittests/IR/MetadataTest.cpp
 1728   EXPECT_EQ(GlobalVariables, N->getGlobalVariables().get());
 1745   EXPECT_EQ(GlobalVariables, Temp->getGlobalVariables().get());
 1776   EXPECT_EQ(nullptr, N->getGlobalVariables().get());
 1778   EXPECT_EQ(GlobalVariables, N->getGlobalVariables().get());
 1780   EXPECT_EQ(nullptr, N->getGlobalVariables().get());
unittests/Transforms/Utils/CloningTest.cpp
  846   DIGlobalVariableExpressionArray GlobalArray = CU->getGlobalVariables();