Home
last modified time | relevance | path

Searched refs:OutMessage (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/
H A DBitReader.cpp26 char **OutMessage) { in LLVMParseBitcode() argument
28 OutMessage); in LLVMParseBitcode()
39 char **OutMessage) { in LLVMParseBitcodeInContext() argument
49 if (OutMessage) in LLVMParseBitcodeInContext()
50 *OutMessage = strdup(Message.c_str()); in LLVMParseBitcodeInContext()
81 LLVMModuleRef *OutM, char **OutMessage) { in LLVMGetBitcodeModuleInContext() argument
95 if (OutMessage) in LLVMGetBitcodeModuleInContext()
96 *OutMessage = strdup(Message.c_str()); in LLVMGetBitcodeModuleInContext()
126 char **OutMessage) { in LLVMGetBitcodeModule() argument
128 OutMessage); in LLVMGetBitcodeModule()
/freebsd-12.1/contrib/llvm/include/llvm-c/
H A DBitReader.h41 char **OutMessage);
51 LLVMModuleRef *OutModule, char **OutMessage);
63 LLVMModuleRef *OutM, char **OutMessage);
73 char **OutMessage);
H A DIRReader.h34 char **OutMessage);
H A DAnalysis.h46 char **OutMessage);
H A DCore.h3786 char **OutMessage);
3788 char **OutMessage);
/freebsd-12.1/contrib/compiler-rt/lib/ubsan/
H A Dubsan_monitor.cc43 const char **OutMessage, in __ubsan_get_current_report_data() argument
48 if (!OutIssueKind || !OutMessage || !OutFilename || !OutLine || !OutCol || in __ubsan_get_current_report_data()
61 *OutMessage = Buf.data(); in __ubsan_get_current_report_data()
H A Dubsan_monitor.h43 const char **OutMessage,
/freebsd-12.1/contrib/llvm/lib/IRReader/
H A DIRReader.cpp118 char **OutMessage) { in LLVMParseIRInContext() argument
126 if (OutMessage) { in LLVMParseIRInContext()
133 *OutMessage = strdup(buf.c_str()); in LLVMParseIRInContext()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DCore.cpp3816 char **OutMessage) { in LLVMCreateMemoryBufferWithContentsOfFile() argument
3820 *OutMessage = strdup(EC.message().c_str()); in LLVMCreateMemoryBufferWithContentsOfFile()
3828 char **OutMessage) { in LLVMCreateMemoryBufferWithSTDIN() argument
3831 *OutMessage = strdup(EC.message().c_str()); in LLVMCreateMemoryBufferWithSTDIN()