Home
last modified time | relevance | path

Searched refs:LLVMDisposeErrorMessage (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DError.h74 LLVM_C_ABI void LLVMDisposeErrorMessage(char *ErrMsg);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DError.cpp206 void LLVMDisposeErrorMessage(char *ErrMsg) { delete[] ErrMsg; } in LLVMDisposeErrorMessage() function