Lines Matching defs:ErrorMessage
83 char **ErrorMessage) {
89 if (ErrorMessage)
90 *ErrorMessage = strdup(Error.c_str());
293 char **ErrorMessage) {
314 *ErrorMessage = strdup(error.c_str());
327 char **ErrorMessage) {
331 *ErrorMessage = strdup(EC.message().c_str());
334 bool Result = LLVMTargetMachineEmit(T, M, dest, codegen, ErrorMessage);
340 LLVMModuleRef M, LLVMCodeGenFileType codegen, char** ErrorMessage,
344 bool Result = LLVMTargetMachineEmit(T, M, OStream, codegen, ErrorMessage);