Home
last modified time | relevance | path

Searched refs:global_values (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DModule.cpp392 iterator_range<Module::global_value_iterator> Module::global_values() { in global_values() function in Module
396 Module::global_values() const { in global_values() function in Module
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModule.h673 iterator_range<global_value_iterator> global_values();
674 iterator_range<const_global_value_iterator> global_values() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DRecordStreamer.cpp143 for (const GlobalValue &GV : M.global_values()) { in flushSymverDirectives()
DModuleSymbolTable.cpp62 for (GlobalValue &GV : M->global_values()) in addModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DThinLTOBitcodeWriter.cpp40 for (auto &ExportGV : ExportM.global_values()) { in promoteInternals()
179 for (GlobalValue &GV : M->global_values()) in filterModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DLayer.cpp35 for (auto &G : M.global_values()) { in IRMaterializationUnit()
DIndirectionUtils.cpp262 for (auto &GV : M.global_values()) { in operator ()()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOBackend.cpp484 for (auto &GV : Mod.global_values()) in dropDeadSymbols()
DLTO.cpp774 for (GlobalValue &GV : M.global_values()) in addRegularLTO()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1596 for (const GlobalValue &GV : M.global_values()) { in doFinalization()
1639 for (const GlobalValue &GV : M.global_values()) in doFinalization()
1649 for (const GlobalValue &GV : M.global_values()) { in doFinalization()