Home
last modified time | relevance | path

Searched refs:global_objects (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DNameAnonGlobals.cpp75 for (auto &GO : M.global_objects()) in nameUnamedGlobals()
DFunctionImportUtils.cpp308 for (auto &GO : M.global_objects()) in processGlobalsForThinLTO()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DThinLTOBitcodeWriter.cpp74 for (auto &GO : ExportM.global_objects()) in promoteInternals()
121 for (GlobalObject &GO : M.global_objects()) { in promoteTypeIds()
441 for (auto &GO : M.global_objects()) { in hasTypeMetadata()
DCrossDSOCFI.cpp85 for (GlobalObject &GO : M.global_objects()) { in buildCFICheck()
DGlobalDCE.cpp310 for (GlobalObject &GO : M.global_objects()) { in run()
DWholeProgramDevirt.cpp966 for (GlobalObject &GO : M.global_objects()) in trySingleImplDevirt()
DLowerTypeTests.cpp1943 for (GlobalObject &GO : M.global_objects()) { in lower()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModule.h663 iterator_range<global_object_iterator> global_objects();
664 iterator_range<const_global_object_iterator> global_objects() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DModule.cpp384 iterator_range<Module::global_object_iterator> Module::global_objects() { in global_objects() function in Module
388 Module::global_objects() const { in global_objects() function in Module
DAsmWriter.cpp2464 for (const GlobalObject &GO : TheModule->global_objects()) in AssemblyWriter()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DLazyEmittingLayer.h174 for (const auto &GO : M->global_objects()) in buildMangledSymbols()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp240 for (GlobalObject &GO : M->global_objects()) in clearGlobalMappingsFromModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1518 for (const auto &GO : M.global_objects()) { in doFinalization()