Home
last modified time | relevance | path

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

/external/skia/tests/
DSkVMDebugTracePlayerTest.cpp93 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/
DSkVMDebugTracePlayer.h85 std::vector<VariableData> getGlobalVariables() const;
DSkVMDebugTracePlayer.cpp174 std::vector<SkVMDebugTracePlayer::VariableData> SkVMDebugTracePlayer::getGlobalVariables() const { in getGlobalVariables() function in SkSL::SkVMDebugTracePlayer
/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/skia/tools/viewer/
DSkSLDebuggerSlide.cpp230 vars = fPlayer.getGlobalVariables(); in showVariableTable()
/external/swiftshader/third_party/llvm-10.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-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/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 __anoneb0c52420111::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/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/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()