Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DCore.h555 LLVM_C_ABI char *LLVMCreateMessage(const char *Message);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp84 char *LLVMCreateMessage(const char *Message) { in LLVMCreateMessage() function
250 return LLVMCreateMessage(MsgStorage.c_str()); in LLVMGetDiagInfoDescription()