Home
last modified time | relevance | path

Searched refs:global_end (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DModule.h603 global_iterator global_end () { return GlobalList.end(); } in global_end() function
604 const_global_iterator global_end () const { return GlobalList.end(); } in global_end() function
609 return make_range(global_begin(), global_end()); in globals()
612 return make_range(global_begin(), global_end()); in globals()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp156 for (Module::global_iterator GVI = M.global_begin(), E = M.global_end(); in mergeConstants()
202 for (Module::global_iterator GVI = M.global_begin(), E = M.global_end(); in mergeConstants()
H A DStripDeadPrototypes.cpp44 for (Module::global_iterator I = M.global_begin(), E = M.global_end(); in stripDeadPrototypes()
H A DGlobalSplit.cpp157 for (auto I = M.global_begin(); I != M.global_end();) { in splitGlobals()
H A DThinLTOBitcodeWriter.cpp171 for (auto I = M.global_begin(), E = M.global_end(); I != E;) { in simplifyExternals()
H A DGlobalOpt.cpp2006 for (Module::global_iterator GVI = M.global_begin(), E = M.global_end(); in OptimizeGlobalVars()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DRelLookupTableConverter.cpp180 for (auto GVI = M.global_begin(), E = M.global_end(); GVI != E;) { in convertToRelativeLookupTables()
H A DCloneModule.cpp61 for (Module::const_global_iterator I = M.global_begin(), E = M.global_end(); in CloneModule()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXGenericToNVVM.cpp77 for (Module::global_iterator I = M.global_begin(), E = M.global_end(); in runOnModule()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A DExtractFunction.cpp312 for (Module::global_iterator I = M->global_begin(), E = M->global_end(); in SplitFunctionsOutOfModule()
H A DMiscompilation.cpp292 for (Module::global_iterator I = M.global_begin(), E = M.global_end(); I != E; in DisambiguateGlobalSymbols()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Linker/
H A DLinkModules.cpp491 for (auto I = DstM.global_begin(), E = DstM.global_end(); I != E;) { in run()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.ml766 external global_end : llmodule -> (llmodule, llvalue) llrev_pos
800 rev_iter_global_range f (global_end m) (At_start m)
809 fold_right_global_range f (global_end m) (At_start m) init
H A Dllvm.mli1486 (** [global_end m] returns the last position in the global variable list of the
1487 module [m]. [global_end] and [global_pred] can be used to iterate over the
1489 See the method [llvm::Module::global_end]. *)
1490 val global_end : llmodule -> (llmodule, llvalue) llrev_pos val
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dreadelf.c18934 bfd_vma ent, local_end, global_end; in process_mips_specific() local
18952 global_end = local_end + (symtabno - gotsym) * addr_size; in process_mips_specific()
18954 if (global_end < local_end) in process_mips_specific()
18960 offset = offset_from_vma (filedata, pltgot, global_end - pltgot); in process_mips_specific()
18962 global_end - pltgot, 1, in process_mips_specific()
18965 data_end = data + (global_end - pltgot); in process_mips_specific()
20974 static unsigned long global_end = 0; in print_gnu_build_attribute_description() local
20991 if (global_end > global_offset) in print_gnu_build_attribute_description()
20993 global_offset, global_end); in print_gnu_build_attribute_description()
21043 if (global_end > 0 in print_gnu_build_attribute_description()
[all …]
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dreadelf.c19666 uint64_t ent, local_end, global_end; in process_mips_specific() local
19685 global_end = local_end + (symtabno - gotsym) * addr_size; in process_mips_specific()
19687 if (global_end < local_end) in process_mips_specific()
19693 offset = offset_from_vma (filedata, pltgot, global_end - pltgot); in process_mips_specific()
19695 global_end - pltgot, 1, in process_mips_specific()
19698 data_end = data + (global_end - pltgot); in process_mips_specific()
21750 static uint64_t global_end = 0; in print_gnu_build_attribute_description() local
21767 if (global_end > global_offset) in print_gnu_build_attribute_description()
21769 " to %#" PRIx64 "\n"), global_offset, global_end); in print_gnu_build_attribute_description()
21822 if (global_end > 0 in print_gnu_build_attribute_description()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp2151 if (I == Mod->global_end()) in LLVMGetFirstGlobal()
2158 Module::global_iterator I = Mod->global_end(); in LLVMGetLastGlobal()
2167 if (++I == GV->getParent()->global_end()) in LLVMGetNextGlobal()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp1180 M->getGlobalList().splice(M->global_end(), M->getGlobalList(), GV); in parseGlobal()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DProgrammersManual.rst3424 | ``global_begin()``, ``global_end()``, ``global_size()``, ``global_empty()``