/external/skia/tests/ |
D | SkVMDebugTracePlayerTest.cpp | 93 return make_vars_string(trace, player.getGlobalVariables()); in make_global_vars_string() 111 REPORTER_ASSERT(r, player.getGlobalVariables().empty()); in DEF_TEST() 121 REPORTER_ASSERT(r, player.getGlobalVariables().empty()); in DEF_TEST() 149 REPORTER_ASSERT(r, player.getGlobalVariables().empty()); in DEF_TEST() 157 REPORTER_ASSERT(r, player.getGlobalVariables().empty()); in DEF_TEST() 167 REPORTER_ASSERT(r, player.getGlobalVariables().empty()); in DEF_TEST() 191 REPORTER_ASSERT(r, player.getGlobalVariables().empty()); in DEF_TEST() 200 REPORTER_ASSERT(r, player.getGlobalVariables().empty()); in DEF_TEST()
|
/external/skia/src/sksl/tracing/ |
D | SkVMDebugTracePlayer.h | 85 std::vector<VariableData> getGlobalVariables() const;
|
D | SkVMDebugTracePlayer.cpp | 174 std::vector<SkVMDebugTracePlayer::VariableData> SkVMDebugTracePlayer::getGlobalVariables() const { in getGlobalVariables() function in SkSL::SkVMDebugTracePlayer
|
/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/skia/tools/viewer/ |
D | SkSLDebuggerSlide.cpp | 230 vars = fPlayer.getGlobalVariables(); in showVariableTable()
|
/external/swiftshader/third_party/llvm-10.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-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/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 __anoneb0c52420111::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/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/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()
|