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.h549 char *LLVMCreateMessage(const char *Message);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp81 char *LLVMCreateMessage(const char *Message) { in LLVMCreateMessage() function
243 return LLVMCreateMessage(MsgStorage.c_str()); in LLVMGetDiagInfoDescription()