Searched refs:cstr_to_string (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/ |
H A D | llvm_ocaml.h | 39 value cstr_to_string(const char *Str, mlsize_t Len);
|
H A D | llvm_ocaml.c | 59 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 D | debuginfo_ocaml.c | 350 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()
|