/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-10.0/llvm/lib/Transforms/IPO/ |
D | StripSymbols.cpp | 337 for (auto *DIG : DIC->getGlobalVariables()) { in runOnModule()
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | StripSymbols.cpp | 336 for (auto *DIG : DIC->getGlobalVariables()) { in stripDeadDebugInfoImpl()
|
/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-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 1017 CUNode->getGlobalVariables().empty() && CUNode->getMacros().empty()) in beginModule() 1023 for (auto *GVE : CUNode->getGlobalVariables()) { in beginModule() 1033 for (auto *GVE : CUNode->getGlobalVariables()) { in beginModule()
|
D | CodeViewDebug.cpp | 2993 for (const auto *GVE : CU->getGlobalVariables()) { in collectGlobalVariableInfo()
|
/external/llvm-project/llvm/unittests/IR/ |
D | MetadataTest.cpp | 2130 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/ |
D | DwarfDebug.cpp | 1185 CUNode->getGlobalVariables().empty() && CUNode->getMacros().empty()) in beginModule() 1191 for (auto *GVE : CUNode->getGlobalVariables()) { in beginModule() 1201 for (auto *GVE : CUNode->getGlobalVariables()) { in beginModule()
|
D | CodeViewDebug.cpp | 3027 for (const auto *GVE : CU->getGlobalVariables()) { in collectGlobalVariableInfo()
|
/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-project/llvm/unittests/Transforms/Utils/ |
D | CloningTest.cpp | 955 DIGlobalVariableExpressionArray GlobalArray = CU->getGlobalVariables(); in TEST_F()
|
/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 __anon0efa17160111::TopLevelParser 3029 Context->getGlobalVariables(); in installGlobalNamesAndGlobalVarInitializers()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DebugInfo.cpp | 79 for (auto DIG : CU->getGlobalVariables()) { in processCompileUnit()
|
D | Verifier.cpp | 1082 for (Metadata *Op : N.getGlobalVariables()->operands()) { in visitDICompileUnit()
|
/external/llvm-project/llvm/lib/IR/ |
D | DebugInfo.cpp | 79 for (auto DIG : CU->getGlobalVariables()) { in processCompileUnit()
|
D | Verifier.cpp | 1164 for (Metadata *Op : N.getGlobalVariables()->operands()) { in visitDICompileUnit()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 1201 getGlobalVariables(), getImportedEntities(), getMacros(), DWOId, in cloneImpl() 1267 DIGlobalVariableExpressionArray getGlobalVariables() const { in getGlobalVariables() function
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 1398 getGlobalVariables(), getImportedEntities(), getMacros(), DWOId, in cloneImpl() 1463 DIGlobalVariableExpressionArray getGlobalVariables() const { in getGlobalVariables() function
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 1516 Record.push_back(VE.getMetadataOrNullID(N->getGlobalVariables().get())); in writeDICompileUnit()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 1657 Record.push_back(VE.getMetadataOrNullID(N->getGlobalVariables().get())); in writeDICompileUnit()
|
/external/llvm-project/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 1741 Record.push_back(VE.getMetadataOrNullID(N->getGlobalVariables().get())); in writeDICompileUnit()
|