Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm-c/
H A DCore.h530 char *LLVMCreateMessage(const char *Message);
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp75 char *LLVMCreateMessage(const char *Message) { in LLVMCreateMessage() function
223 return LLVMCreateMessage(MsgStorage.c_str()); in LLVMGetDiagInfoDescription()