Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-reduce/deltas/
H A DReduceGlobalValues.cpp30 for (auto &GV : Program->global_values()) in extractGVsFromModule()
43 for (auto &GV : Program->global_values()) in countGVs()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutionUtils.h104 : I(M.global_values().begin()), E(M.global_values().end()), in StaticInitGVIterator()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DRecordStreamer.cpp144 for (const GlobalValue &GV : M.global_values()) { in flushSymverDirectives()
H A DModuleSymbolTable.cpp63 for (GlobalValue &GV : M->global_values()) in addModule()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp41 for (auto &ExportGV : ExportM.global_values()) { in promoteInternals()
184 for (GlobalValue &GV : M->global_values()) in filterModule()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DModule.h693 iterator_range<global_value_iterator> global_values();
694 iterator_range<const_global_value_iterator> global_values() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DLayer.cpp42 for (auto &G : M.global_values()) { in IRMaterializationUnit()
H A DIndirectionUtils.cpp260 for (auto &GV : M.global_values()) { in operator ()()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DModule.cpp420 iterator_range<Module::global_value_iterator> Module::global_values() { in global_values() function in Module
424 Module::global_values() const { in global_values() function in Module
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTOBackend.cpp526 for (auto &GV : Mod.global_values()) in dropDeadSymbols()
H A DLTO.cpp829 for (GlobalValue &GV : M.global_values()) in addRegularLTO()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1895 for (const GlobalValue &GV : M.global_values()) { in doFinalization()
1906 for (const GlobalValue &GV : M.global_values()) { in doFinalization()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1764 for (const GlobalValue &GV : M.global_values()) { in emitLinkerDirectives()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp449 for (llvm::GlobalValue &GV : M.global_values()) { in setVisibilityFromDLLStorageClass()