Home
last modified time | relevance | path

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

/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-7.0/llvm/lib/Transforms/IPO/
DStripSymbols.cpp337 for (auto *DIG : DIC->getGlobalVariables()) { in runOnModule()
/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/include/llvm/Analysis/
DDebugInfo.h191 DIArray getGlobalVariables() const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp690 CUNode->getGlobalVariables().empty() && CUNode->getMacros().empty()) in beginModule()
696 for (auto *GVE : CUNode->getGlobalVariables()) { in beginModule()
706 for (auto *GVE : CUNode->getGlobalVariables()) { in beginModule()
DCodeViewDebug.cpp2705 for (const auto *GVE : CU->getGlobalVariables()) { in emitDebugInfoForGlobals()
2721 for (const auto *GVE : CU->getGlobalVariables()) { in emitDebugInfoForGlobals()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DMetadataTest.cpp1515 EXPECT_EQ(GlobalVariables, N->getGlobalVariables().get()); in TEST_F()
1532 EXPECT_EQ(GlobalVariables, Temp->getGlobalVariables().get()); in TEST_F()
1563 EXPECT_EQ(nullptr, N->getGlobalVariables().get()); in TEST_F()
1565 EXPECT_EQ(GlobalVariables, N->getGlobalVariables().get()); in TEST_F()
1567 EXPECT_EQ(nullptr, N->getGlobalVariables().get()); in TEST_F()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DDebugInfo.cpp624 DIArray DICompileUnit::getGlobalVariables() const { in getGlobalVariables() function in DICompileUnit
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/
DCloning.cpp697 DIGlobalVariableExpressionArray GlobalArray = CU->getGlobalVariables(); in TEST_F()
/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/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 __anon013ef65f0111::TopLevelParser
3029 Context->getGlobalVariables(); in installGlobalNamesAndGlobalVarInitializers()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDebugInfo.cpp80 for (auto DIG : CU->getGlobalVariables()) { in processCompileUnit()
DVerifier.cpp1053 for (Metadata *Op : N.getGlobalVariables()->operands()) { in visitDICompileUnit()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h1227 getGlobalVariables(), getImportedEntities(),
1282 DIGlobalVariableExpressionArray getGlobalVariables() const {
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp625 DIArray GVs = CUNode.getGlobalVariables(); in beginModule()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1516 Record.push_back(VE.getMetadataOrNullID(N->getGlobalVariables().get())); in writeDICompileUnit()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1599 Record.push_back(VE.getMetadataOrNullID(N->getGlobalVariables().get())); in writeDICompileUnit()