Home
last modified time | relevance | path

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

/llvm-project/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/llvm/bindings/ocaml/llvm/
H A Dllvm.ml805 external function_end : llmodule -> (llmodule, llvalue) llrev_pos
839 rev_iter_function_range f (function_end m) (At_start m)
848 fold_right_function_range f (function_end m) (At_start m) init
H A Dllvm.mli1469 (** [function_end m] returns the last position in the function list of
1470 the module [m]. [function_end] and [function_pred] can be used to iterate
1473 val function_end : llmodule -> (llmodule, llvalue) llrev_pos
1459 val function_end : llmodule -> (llmodule, llvalue) llrev_pos global() val
/llvm-project/llvm/test/Bindings/OCaml/
H A Dcore.ml703 insist (At_start m = function_end m);
712 insist (After f2 = function_end m);