Home
last modified time | relevance | path

Searched refs:getGlobalVariables (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DStripSymbols.cpp335 for (auto *DIG : DIC->getGlobalVariables()) { in stripDeadDebugInfoImpl()
/llvm-project-15.0.7/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp668 for (const auto &GlobalVar : API.getGlobalVariables()) in serialize()
/llvm-project-15.0.7/clang/include/clang/ExtractAPI/
H A DAPI.h665 const RecordMap<GlobalVariableRecord> &getGlobalVariables() const {
/llvm-project-15.0.7/llvm/unittests/IR/
H A DMetadataTest.cpp2196 EXPECT_EQ(GlobalVariables, N->getGlobalVariables().get()); in TEST_F()
2215 EXPECT_EQ(GlobalVariables, Temp->getGlobalVariables().get()); in TEST_F()
2249 EXPECT_EQ(nullptr, N->getGlobalVariables().get()); in TEST_F()
2251 EXPECT_EQ(GlobalVariables, N->getGlobalVariables().get()); in TEST_F()
2253 EXPECT_EQ(nullptr, N->getGlobalVariables().get()); in TEST_F()
H A DIRBuilderTest.cpp908 for (auto *GV : CU->getGlobalVariables()) in TEST_F()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1201 CUNode->getGlobalVariables().empty() && CUNode->getMacros().empty()) in beginModule()
1207 for (auto *GVE : CUNode->getGlobalVariables()) { in beginModule()
1218 for (auto *GVE : CUNode->getGlobalVariables()) { in beginModule()
H A DCodeViewDebug.cpp3171 for (const auto *GVE : CU->getGlobalVariables()) { in collectGlobalVariableInfo()
/llvm-project-15.0.7/llvm/unittests/Transforms/Utils/
H A DCloningTest.cpp1072 DIGlobalVariableExpressionArray GlobalArray = CU->getGlobalVariables(); in TEST_F()
/llvm-project-15.0.7/llvm/lib/IR/
H A DDIBuilder.cpp40 if (const auto &GVs = CUNode->getGlobalVariables()) in DIBuilder()
H A DDebugInfo.cpp164 for (auto DIG : CU->getGlobalVariables()) { in processCompileUnit()
H A DVerifier.cpp1281 for (Metadata *Op : N.getGlobalVariables()->operands()) { in visitDICompileUnit()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1402 getGlobalVariables(), getImportedEntities(), getMacros(), DWOId, in cloneImpl()
1467 DIGlobalVariableExpressionArray getGlobalVariables() const { in getGlobalVariables() function
/llvm-project-15.0.7/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1534 Record.push_back(VE.getMetadataOrNullID(N->getGlobalVariables().get())); in writeDICompileUnit()
/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1809 Record.push_back(VE.getMetadataOrNullID(N->getGlobalVariables().get())); in writeDICompileUnit()