Home
last modified time | relevance | path

Searched refs:function_end (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c339 uint8_t *function_end = funcstarts_offset + function_starts_cmd.datasize; in scan_macho_load_commands() local
342 while (funcstarts_offset < function_end) { in scan_macho_load_commands()
356 while (funcstarts_offset < function_end) { in scan_macho_load_commands()
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm.ml824 external function_end : llmodule -> (llmodule, llvalue) llrev_pos
858 rev_iter_function_range f (function_end m) (At_start m)
867 fold_right_function_range f (function_end m) (At_start m) init
H A Dllvm.mli1563 (** [function_end m] returns the last position in the function list of
1564 the module [m]. [function_end] and [function_pred] can be used to iterate
1567 val function_end : llmodule -> (llmodule, llvalue) llrev_pos val
/llvm-project-15.0.7/llvm/test/Bindings/OCaml/
H A Dcore.ml714 insist (At_start m = function_end m);
723 insist (After f2 = function_end m);