Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DError.h75 LLVMErrorRef LLVMCreateStringError(const char *ErrMsg);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DError.cpp199 LLVMErrorRef LLVMCreateStringError(const char *ErrMsg) { in LLVMCreateStringError() function