Home
last modified time | relevance | path

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

/freebsd-14.2/tests/sys/opencrypto/
H A Dcryptodev.py460 self.global_values = {}
479 if f in self.global_values:
481 self.global_values[f] = v
484 self.section_values = self.global_values.copy()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutionUtils.h106 : I(M.global_values().begin()), E(M.global_values().end()), in StaticInitGVIterator()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DRecordStreamer.cpp139 for (const GlobalValue &GV : M.global_values()) { in flushSymverDirectives()
H A DModuleSymbolTable.cpp60 for (GlobalValue &GV : M->global_values()) in addModule()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp51 for (auto &ExportGV : ExportM.global_values()) { in promoteInternals()
224 for (GlobalValue &GV : M->global_values()) in filterModule()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLayer.cpp41 for (auto &G : M.global_values()) { in IRMaterializationUnit()
H A DIndirectionUtils.cpp282 for (auto &GV : M.global_values()) { in operator ()()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h773 iterator_range<global_value_iterator> global_values();
774 iterator_range<const_global_value_iterator> global_values() const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DModule.cpp407 iterator_range<Module::global_value_iterator> Module::global_values() { in global_values() function in Module
411 Module::global_values() const { in global_values() function in Module
/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp533 for (auto &GV : Mod.global_values()) in dropDeadSymbols()
H A DLTO.cpp934 for (GlobalValue &GV : M.global_values()) in addRegularLTO()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2494 for (const GlobalValue &GV : M.global_values()) { in doFinalization()
2506 for (const GlobalValue &GV : M.global_values()) { in doFinalization()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1886 for (const GlobalValue &GV : M.global_values()) { in emitLinkerDirectives()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp776 for (llvm::GlobalValue &GV : M.global_values()) { in setVisibilityFromDLLStorageClass()