Home
last modified time | relevance | path

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

12

/external/llvm/lib/IR/
DDebugInfo.cpp56 for (auto *DIG : CU->getGlobalVariables()) { in processModule()
DVerifier.cpp946 for (Metadata *Op : N.getGlobalVariables()->operands()) { in visitDICompileUnit()
/external/llvm/lib/Transforms/IPO/
DStripSymbols.cpp327 for (DIGlobalVariable *DIG : DIC->getGlobalVariables()) { in runOnModule()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DStripSymbols.cpp337 for (auto *DIG : DIC->getGlobalVariables()) { in runOnModule()
/external/llvm-project/llvm/lib/Transforms/IPO/
DStripSymbols.cpp336 for (auto *DIG : DIC->getGlobalVariables()) { in stripDeadDebugInfoImpl()
/external/llvm/unittests/IR/
DMetadataTest.cpp1349 EXPECT_EQ(GlobalVariables, N->getGlobalVariables().get()); in TEST_F()
1366 EXPECT_EQ(GlobalVariables, Temp->getGlobalVariables().get()); in TEST_F()
1396 EXPECT_EQ(nullptr, N->getGlobalVariables().get()); in TEST_F()
1398 EXPECT_EQ(GlobalVariables, N->getGlobalVariables().get()); in TEST_F()
1400 EXPECT_EQ(nullptr, N->getGlobalVariables().get()); in TEST_F()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1017 CUNode->getGlobalVariables().empty() && CUNode->getMacros().empty()) in beginModule()
1023 for (auto *GVE : CUNode->getGlobalVariables()) { in beginModule()
1033 for (auto *GVE : CUNode->getGlobalVariables()) { in beginModule()
DCodeViewDebug.cpp2993 for (const auto *GVE : CU->getGlobalVariables()) { in collectGlobalVariableInfo()
/external/llvm-project/llvm/unittests/IR/
DMetadataTest.cpp2130 EXPECT_EQ(GlobalVariables, N->getGlobalVariables().get()); in TEST_F()
2149 EXPECT_EQ(GlobalVariables, Temp->getGlobalVariables().get()); in TEST_F()
2183 EXPECT_EQ(nullptr, N->getGlobalVariables().get()); in TEST_F()
2185 EXPECT_EQ(GlobalVariables, N->getGlobalVariables().get()); in TEST_F()
2187 EXPECT_EQ(nullptr, N->getGlobalVariables().get()); in TEST_F()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1185 CUNode->getGlobalVariables().empty() && CUNode->getMacros().empty()) in beginModule()
1191 for (auto *GVE : CUNode->getGlobalVariables()) { in beginModule()
1201 for (auto *GVE : CUNode->getGlobalVariables()) { in beginModule()
DCodeViewDebug.cpp3027 for (const auto *GVE : CU->getGlobalVariables()) { in collectGlobalVariableInfo()
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1996 for (const DIGlobalVariable *G : CU->getGlobalVariables()) { in emitDebugInfoForGlobals()
2012 for (const DIGlobalVariable *G : CU->getGlobalVariables()) { in emitDebugInfoForGlobals()
DDwarfDebug.cpp483 for (auto *GV : CUNode->getGlobalVariables()) in beginModule()
/external/llvm-project/llvm/unittests/Transforms/Utils/
DCloningTest.cpp955 DIGlobalVariableExpressionArray GlobalArray = CU->getGlobalVariables(); in TEST_F()
/external/llvm/include/llvm/IR/
DDebugInfoMetadata.h1041 getGlobalVariables(), getImportedEntities(), getMacros(), DWOId);
1088 DIGlobalVariableArray getGlobalVariables() const {
/external/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp395 std::unique_ptr<Ice::VariableDeclarationList> getGlobalVariables() { in getGlobalVariables() function in __anon0efa17160111::TopLevelParser
3029 Context->getGlobalVariables(); in installGlobalNamesAndGlobalVarInitializers()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugInfo.cpp79 for (auto DIG : CU->getGlobalVariables()) { in processCompileUnit()
DVerifier.cpp1082 for (Metadata *Op : N.getGlobalVariables()->operands()) { in visitDICompileUnit()
/external/llvm-project/llvm/lib/IR/
DDebugInfo.cpp79 for (auto DIG : CU->getGlobalVariables()) { in processCompileUnit()
DVerifier.cpp1164 for (Metadata *Op : N.getGlobalVariables()->operands()) { in visitDICompileUnit()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h1201 getGlobalVariables(), getImportedEntities(), getMacros(), DWOId, in cloneImpl()
1267 DIGlobalVariableExpressionArray getGlobalVariables() const { in getGlobalVariables() function
/external/llvm-project/llvm/include/llvm/IR/
DDebugInfoMetadata.h1398 getGlobalVariables(), getImportedEntities(), getMacros(), DWOId, in cloneImpl()
1463 DIGlobalVariableExpressionArray getGlobalVariables() const { in getGlobalVariables() function
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1516 Record.push_back(VE.getMetadataOrNullID(N->getGlobalVariables().get())); in writeDICompileUnit()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1657 Record.push_back(VE.getMetadataOrNullID(N->getGlobalVariables().get())); in writeDICompileUnit()
/external/llvm-project/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1741 Record.push_back(VE.getMetadataOrNullID(N->getGlobalVariables().get())); in writeDICompileUnit()

12