Home
last modified time | relevance | path

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

123

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A 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()
H A DProgram.cpp36 std::string *ErrMsg, bool *ExecutionFailed, in ExecuteAndWait()
60 unsigned MemoryLimit, std::string *ErrMsg, in ExecuteNoWait()
H A DGraphWriter.cpp120 std::string &ErrMsg) { in ExecGraphViewer()
176 std::string ErrMsg; in DisplayGraph() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp222 std::string ErrMsg = "could not open bitcode file for writing: "; in writeMergedModules() local
233 std::string ErrMsg = "could not write bitcode file: "; in writeMergedModules() local
328 std::string ErrMsg; in determineTarget() local
680 void LTOCodeGenerator::emitError(const std::string &ErrMsg) { in emitError()
687 void LTOCodeGenerator::emitWarning(const std::string &ErrMsg) { in emitWarning()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A 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
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A DSupportBindings.cpp18 void LLVMLoadLibraryPermanently2(const char *Filename, char **ErrMsg) { in LLVMLoadLibraryPermanently2()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/not/
H A Dnot.cpp60 std::string ErrMsg; in main() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-reduce/
H A DTestRunner.cpp28 std::string ErrMsg; in run() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
H A DUnix.h72 std::string ErrMsg; in ReportErrnumFatal() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.cpp45 std::string ErrMsg; in createTargetMachine() local
H A DTargetProcessControl.cpp58 std::string ErrMsg; in loadDylib() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp259 std::string ErrMsg; in evalDecodeOperand() local
272 std::string ErrMsg; in evalDecodeOperand() local
426 std::string ErrMsg("No known address for symbol '"); in evalIdentifierExpr() local
807 std::string ErrMsg; in getSectionAddr() local
840 std::string ErrMsg; in getStubOrGOTAddrFor() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DJob.cpp312 std::string *ErrMsg, bool *ExecutionFailed) const { in Execute()
377 std::string *ErrMsg, bool *ExecutionFailed) const { in Execute()
432 std::string *ErrMsg, in Execute()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dobj2yaml.cpp69 std::string ErrMsg; in reportError() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/llvm-jitlink-executor/
H A Dllvm-jitlink-executor.cpp44 void printErrorAndExit(Twine ErrMsg) { in printErrorAndExit()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/OrcV2CBindingsBasicUsage/
H A DOrcV2CBindingsBasicUsage.c19 char *ErrMsg = LLVMGetErrorMessage(Err); in handleError() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp49 static bool checkScale(unsigned Scale, StringRef &ErrMsg) { in checkScale()
438 bool setSymRef(const MCExpr *Val, StringRef ID, StringRef &ErrMsg) { in setSymRef()
640 bool onPlus(StringRef &ErrMsg) { in onPlus()
671 bool onMinus(StringRef &ErrMsg) { in onMinus()
764 bool onRegister(unsigned Reg, StringRef &ErrMsg) { in onRegister()
803 StringRef &ErrMsg) { in onIdentifierExpr()
835 bool onInteger(int64_t TmpInt, StringRef &ErrMsg) { in onInteger()
1027 bool ParsingMSInlineAsm, StringRef &ErrMsg) { in onOffset()
1276 StringRef &ErrMsg) { in CheckBaseRegAndIndexRegAndScale()
1809 StringRef ErrMsg; in ParseIntelNamedOperator() local
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOAArch64.h42 std::string ErrMsg; in decodeAddend() local
54 std::string ErrMsg; in decodeAddend() local
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/OrcV2CBindingsRemovableCode/
H A DOrcV2CBindingsRemovableCode.c19 char *ErrMsg = LLVMGetErrorMessage(Err); in handleError() local
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/OrcV2CBindingsAddObjectFile/
H A DOrcV2CBindingsAddObjectFile.c20 char *ErrMsg = LLVMGetErrorMessage(Err); in handleError() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h46 RuntimeDyldError(std::string ErrMsg) : ErrMsg(std::move(ErrMsg)) {} in RuntimeDyldError()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/OrcV2CBindingsReflectProcessSymbols/
H A DOrcV2CBindingsReflectProcessSymbols.c20 char *ErrMsg = LLVMGetErrorMessage(Err); in handleError() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp149 bool SectionMemoryManager::finalizeMemory(std::string *ErrMsg) { in finalizeMemory()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A DOptimizerDriver.cpp242 std::string ErrMsg; in runPasses() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/Windows/
H A DWindowsSupport.h72 std::string ErrMsg; in ReportLastErrorFatal() local

123