/external/llvm/lib/IR/ |
D | DebugInfo.cpp | 56 for (auto *DIG : CU->getGlobalVariables()) { in processModule()
|
D | Verifier.cpp | 946 for (Metadata *Op : N.getGlobalVariables()->operands()) { in visitDICompileUnit()
|
/external/llvm/lib/Transforms/IPO/ |
D | StripSymbols.cpp | 327 for (DIGlobalVariable *DIG : DIC->getGlobalVariables()) { in runOnModule()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | StripSymbols.cpp | 337 for (auto *DIG : DIC->getGlobalVariables()) { in runOnModule()
|
/external/llvm/unittests/IR/ |
D | MetadataTest.cpp | 1349 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/ |
D | DebugInfo.h | 191 DIArray getGlobalVariables() const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 690 CUNode->getGlobalVariables().empty() && CUNode->getMacros().empty()) in beginModule() 696 for (auto *GVE : CUNode->getGlobalVariables()) { in beginModule() 706 for (auto *GVE : CUNode->getGlobalVariables()) { in beginModule()
|
D | CodeViewDebug.cpp | 2705 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/ |
D | MetadataTest.cpp | 1515 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/ |
D | DebugInfo.cpp | 624 DIArray DICompileUnit::getGlobalVariables() const { in getGlobalVariables() function in DICompileUnit
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/ |
D | Cloning.cpp | 697 DIGlobalVariableExpressionArray GlobalArray = CU->getGlobalVariables(); in TEST_F()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 1996 for (const DIGlobalVariable *G : CU->getGlobalVariables()) { in emitDebugInfoForGlobals() 2012 for (const DIGlobalVariable *G : CU->getGlobalVariables()) { in emitDebugInfoForGlobals()
|
D | DwarfDebug.cpp | 483 for (auto *GV : CUNode->getGlobalVariables()) in beginModule()
|
/external/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 1041 getGlobalVariables(), getImportedEntities(), getMacros(), DWOId); 1088 DIGlobalVariableArray getGlobalVariables() const {
|
/external/swiftshader/third_party/subzero/src/ |
D | PNaClTranslator.cpp | 395 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/ |
D | DebugInfo.cpp | 80 for (auto DIG : CU->getGlobalVariables()) { in processCompileUnit()
|
D | Verifier.cpp | 1053 for (Metadata *Op : N.getGlobalVariables()->operands()) { in visitDICompileUnit()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 1227 getGlobalVariables(), getImportedEntities(), 1282 DIGlobalVariableExpressionArray getGlobalVariables() const {
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 625 DIArray GVs = CUNode.getGlobalVariables(); in beginModule()
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 1516 Record.push_back(VE.getMetadataOrNullID(N->getGlobalVariables().get())); in writeDICompileUnit()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 1599 Record.push_back(VE.getMetadataOrNullID(N->getGlobalVariables().get())); in writeDICompileUnit()
|