Home
last modified time | relevance | path

Searched defs:ErrMsg (Results 1 – 25 of 131) sorted by relevance

123456

/external/llvm-project/llvm/lib/Support/
DError.cpp142 std::string ErrMsg; in report_fatal_error() local
160 char *ErrMsg = new char[Tmp.size() + 1]; in LLVMGetErrorMessage() local
166 void LLVMDisposeErrorMessage(char *ErrMsg) { delete[] ErrMsg; } in LLVMDisposeErrorMessage()
172 LLVMErrorRef LLVMCreateStringError(const char *ErrMsg) { in LLVMCreateStringError()
DProgram.cpp35 std::string *ErrMsg, bool *ExecutionFailed, in ExecuteAndWait()
57 unsigned MemoryLimit, std::string *ErrMsg, in ExecuteNoWait()
DGraphWriter.cpp120 std::string &ErrMsg) { in ExecGraphViewer()
176 std::string ErrMsg; in DisplayGraph() local
/external/llvm/tools/obj2yaml/
DError.h36 Obj2YamlError(std::string ErrMsg) : ErrMsg(std::move(ErrMsg)) {} in Obj2YamlError()
37 Obj2YamlError(obj2yaml_error C, std::string ErrMsg) in Obj2YamlError()
/external/llvm/lib/Support/
DProgram.cpp32 unsigned memoryLimit, std::string *ErrMsg, in ExecuteAndWait()
51 unsigned memoryLimit, std::string *ErrMsg, in ExecuteNoWait()
DGraphWriter.cpp83 std::string &ErrMsg) { in ExecGraphViewer()
138 std::string ErrMsg; in DisplayGraph() local
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DProgram.cpp32 unsigned memoryLimit, std::string *ErrMsg, in ExecuteAndWait()
51 unsigned memoryLimit, std::string *ErrMsg, in ExecuteNoWait()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DProgram.cpp34 std::string *ErrMsg, bool *ExecutionFailed) { in ExecuteAndWait()
54 unsigned MemoryLimit, std::string *ErrMsg, in ExecuteNoWait()
DError.cpp142 std::string ErrMsg; in report_fatal_error() local
160 char *ErrMsg = new char[Tmp.size() + 1]; in LLVMGetErrorMessage() local
166 void LLVMDisposeErrorMessage(char *ErrMsg) { delete[] ErrMsg; } in LLVMDisposeErrorMessage()
DGraphWriter.cpp95 std::string &ErrMsg) { in ExecGraphViewer()
151 std::string ErrMsg; in DisplayGraph() local
/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp215 std::string ErrMsg = "could not open bitcode file for writing: "; in writeMergedModules() local
226 std::string ErrMsg = "could not write bitcode file: "; in writeMergedModules() local
328 std::string ErrMsg; in determineTarget() local
668 void LTOCodeGenerator::emitError(const std::string &ErrMsg) { in emitError()
675 void LTOCodeGenerator::emitWarning(const std::string &ErrMsg) { in emitWarning()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOCodeGenerator.cpp234 std::string ErrMsg = "could not open bitcode file for writing: "; in writeMergedModules() local
245 std::string ErrMsg = "could not write bitcode file: "; in writeMergedModules() local
350 std::string ErrMsg; in determineTarget() local
707 void LTOCodeGenerator::emitError(const std::string &ErrMsg) { in emitError()
714 void LTOCodeGenerator::emitWarning(const std::string &ErrMsg) { in emitWarning()
/external/llvm-project/llvm/lib/LTO/
DLTOCodeGenerator.cpp246 std::string ErrMsg = "could not open bitcode file for writing: "; in writeMergedModules() local
257 std::string ErrMsg = "could not write bitcode file: "; in writeMergedModules() local
362 std::string ErrMsg; in determineTarget() local
732 void LTOCodeGenerator::emitError(const std::string &ErrMsg) { in emitError()
739 void LTOCodeGenerator::emitWarning(const std::string &ErrMsg) { in emitWarning()
/external/llvm/bindings/go/llvm/
DSupportBindings.cpp19 void LLVMLoadLibraryPermanently2(const char *Filename, char **ErrMsg) { in LLVMLoadLibraryPermanently2()
/external/llvm-project/llvm/bindings/go/llvm/
DSupportBindings.cpp18 void LLVMLoadLibraryPermanently2(const char *Filename, char **ErrMsg) { in LLVMLoadLibraryPermanently2()
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
DRegisterEHFrames.cpp178 auto ErrMsg = toString(std::move(Err)); in llvm_orc_registerEHFrameSectionWrapper() local
204 auto ErrMsg = toString(std::move(Err)); in llvm_orc_deregisterEHFrameSectionWrapper() local
/external/llvm/utils/not/
Dnot.cpp42 std::string ErrMsg; in main() local
/external/llvm/tools/bugpoint/
DFindBugs.cpp34 std::string &ErrMsg) { in runManyPasses()
/external/llvm-project/llvm/utils/not/
Dnot.cpp60 std::string ErrMsg; in main() local
/external/llvm-project/llvm/examples/OrcV2Examples/
DExampleModules.h44 std::string ErrMsg; in parseExampleModule() local
/external/llvm-project/llvm/tools/llvm-reduce/
DTestRunner.cpp28 std::string ErrMsg; in run() local
/external/clang/lib/Driver/
DJob.cpp231 int Command::Execute(const StringRef **Redirects, std::string *ErrMsg, in Execute()
294 int FallbackCommand::Execute(const StringRef **Redirects, std::string *ErrMsg, in Execute()
327 std::string *ErrMsg, in Execute()
/external/llvm-project/llvm/lib/Support/Unix/
DUnix.h72 std::string ErrMsg; in ReportErrnumFatal() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/
DUnix.h76 std::string ErrMsg; in ReportErrnumFatal() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DJITTargetMachineBuilder.cpp44 std::string ErrMsg; in createTargetMachine() local

123456