Home
last modified time | relevance | path

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

12

/external/llvm-project/llvm/lib/Transforms/Utils/
DNameAnonGlobals.cpp75 for (auto &GO : M.global_objects()) in nameUnamedGlobals()
DFunctionImportUtils.cpp315 for (auto &GO : M.global_objects()) in processGlobalsForThinLTO()
/external/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()
/external/llvm-project/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.cpp319 for (GlobalObject &GO : M.global_objects()) { in run()
DWholeProgramDevirt.cpp1119 for (GlobalObject &GO : M.global_objects()) in trySingleImplDevirt()
/external/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()
/external/llvm/lib/Transforms/IPO/
DCrossDSOCFI.cpp86 for (GlobalObject &GO : M.global_objects()) { in buildCFICheck()
DGlobalDCE.cpp99 for (GlobalObject &GO : M.global_objects()) { in run()
DLowerTypeTests.cpp889 for (GlobalObject &GO : M->global_objects()) { in lower()
923 for (GlobalObject &GO : M->global_objects()) { in lower()
/external/llvm/include/llvm/IR/
DModule.h668 iterator_range<global_object_iterator> global_objects() {
671 iterator_range<const_global_object_iterator> global_objects() const {
/external/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;
/external/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
/external/llvm-project/llvm/include/llvm/IR/
DModule.h670 iterator_range<global_object_iterator> global_objects();
671 iterator_range<const_global_object_iterator> global_objects() const;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DLazyEmittingLayer.h174 for (const auto &GO : M->global_objects()) in buildMangledSymbols()
/external/llvm-project/llvm/lib/IR/
DModule.cpp412 iterator_range<Module::global_object_iterator> Module::global_objects() { in global_objects() function in Module
416 Module::global_objects() const { in global_objects() function in Module
/external/llvm/include/llvm/ExecutionEngine/Orc/
DLazyEmittingLayer.h198 for (const auto &GO : M->global_objects()) in buildMangledSymbols()
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp238 for (GlobalObject &GO : M->global_objects()) in clearGlobalMappingsFromModule()
/external/llvm-project/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp237 for (GlobalObject &GO : M->global_objects()) in clearGlobalMappingsFromModule()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp240 for (GlobalObject &GO : M->global_objects()) in clearGlobalMappingsFromModule()

12