Home
last modified time | relevance | path

Searched refs:LLVMDisposeMessage (Results 1 – 12 of 12) sorted by relevance

/openbsd-src/gnu/llvm/llvm/tools/llvm-c-test/
H A Dmodule.c23 LLVMDisposeMessage(CErr); in diagnosticHandler()
69 LLVMDisposeMessage(irstr); in llvm_module_dump()
130 LLVMDisposeMessage(s); in llvm_module_list_globals()
H A Ddiagnostic.c66 LLVMDisposeMessage(msg); in llvm_test_diagnostic_handler()
H A Dcalc.c135 LLVMDisposeMessage(irstr); in handle_line()
H A Ddebuginfo.c197 LLVMDisposeMessage(MStr); in llvm_test_dibuilder()
H A Decho.cpp1407 LLVMDisposeMessage(Str); in llvm_echo()
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/analysis/
H A Danalysis_ocaml.c40 LLVMDisposeMessage(Message); in llvm_verify_module()
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/target/
H A Dtarget_ocaml.c64 LLVMDisposeMessage(StringRep); in llvm_datalayout_as_string()
149 LLVMDisposeMessage(TripleCStr); in llvm_target_default_triple()
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/executionengine/
H A Dexecutionengine_ocaml.c107 LLVMDisposeMessage(TargetDataCStr); in llvm_ee_get_data_layout()
/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsVeryLazy/
H A DOrcV2CBindingsVeryLazy.c93 LLVMDisposeMessage(ErrMsg); in parseExampleModule()
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c48 LLVMDisposeMessage(Message); in llvm_string_of_message()
338 LLVMDisposeMessage(ModuleCStr); in llvm_string_of_llmodule()
406 LLVMDisposeMessage(TypeCStr); in llvm_string_of_lltype()
719 LLVMDisposeMessage(ValueCStr); in llvm_string_of_llvalue()
/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DCore.h497 void LLVMDisposeMessage(char *Message);
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp81 void LLVMDisposeMessage(char *Message) { in LLVMDisposeMessage() function