Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DStripSymbols.cpp337 for (auto *DIG : DIC->getGlobalVariables()) { in runOnModule()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp395 std::unique_ptr<Ice::VariableDeclarationList> getGlobalVariables() { in getGlobalVariables() function in __anon34fe1afb0111::TopLevelParser
3029 Context->getGlobalVariables(); in installGlobalNamesAndGlobalVarInitializers()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1657 Record.push_back(VE.getMetadataOrNullID(N->getGlobalVariables().get())); in writeDICompileUnit()