Home
last modified time | relevance | path

Searched refs:cstr_to_string (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.h39 value cstr_to_string(const char *Str, mlsize_t Len);
H A Dllvm_ocaml.c59 value cstr_to_string(const char *Str, mlsize_t Len) { in cstr_to_string() function
273 return cstr_to_string(String, Length); in llvm_get_string_attr_kind()
280 return cstr_to_string(String, Length); in llvm_get_string_attr_value()
347 return cstr_to_string(Name, (mlsize_t)Len); in llvm_get_module_identifier()
2334 return cstr_to_string(BufferStart, BufferSize); in llvm_memorybuffer_as_string()
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c350 return cstr_to_string(Directory, Len); in llvm_di_file_get_directory()
356 return cstr_to_string(Filename, Len); in llvm_di_file_get_filename()
362 return cstr_to_string(Source, Len); in llvm_di_file_get_source()
815 return cstr_to_string(Name, Len); in llvm_di_type_get_name()