Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DError.cpp169 std::string ErrMsg; in report_fatal_error() local
187 char *ErrMsg = new char[Tmp.size() + 1]; in LLVMGetErrorMessage() local
193 void LLVMDisposeErrorMessage(char *ErrMsg) { delete[] ErrMsg; } in LLVMDisposeErrorMessage()
199 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.cpp139 std::string &ErrMsg) { in ExecGraphViewer()
195 std::string ErrMsg; in DisplayGraph() local
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dlog_error_to_stderr.cpp17 ORC_RT_INTERFACE void __orc_rt_log_error_to_stderr(const char *ErrMsg) { in __orc_rt_log_error_to_stderr()
H A Dwrapper_function_utils.h311 return make_error<StringError>(ErrMsg); in call() local
306 if (const char *ErrMsg = ArgBuffer.getOutOfBandError()) call() local
447 if (const char *ErrMsg = WFR.getOutOfBandError()) runWithSPSRet() local
/freebsd/contrib/llvm-project/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
399 std::string ErrMsg; in determineTarget() local
761 void LTOCodeGenerator::emitError(const std::string &ErrMsg) { in emitError()
768 void LTOCodeGenerator::emitWarning(const std::string &ErrMsg) { in emitWarning()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DWrapperFunctionUtils.h457 if (const char *ErrMsg = ArgBuffer.getOutOfBandError()) in call() local
462 if (auto ErrMsg = ResultBuffer.getOutOfBandError()) in call() local
486 if (auto *ErrMsg = ArgBuffer.getOutOfBandError()) { in callAsync() local
498 if (auto *ErrMsg = R.getOutOfBandError()) { in callAsync() local
678 if (const char *ErrMsg = WFR.getOutOfBandError()) in runWithSPSRet() local
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DUnix.h71 std::string ErrMsg; in ReportErrnumFatal() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.cpp42 std::string ErrMsg; in createTargetMachine() local
H A DSimpleRemoteEPC.cpp304 if (const char *ErrMsg = SetupMsgBytes.getOutOfBandError()) { in setup() local
434 if (const char *ErrMsg = WFR.getOutOfBandError()) in handleHangup() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp51 static bool checkScale(unsigned Scale, StringRef &ErrMsg) { in checkScale()
452 bool setSymRef(const MCExpr *Val, StringRef ID, StringRef &ErrMsg) { in setSymRef()
499 bool regsUseUpError(StringRef &ErrMsg) { in regsUseUpError()
674 bool onPlus(StringRef &ErrMsg) { in onPlus()
703 bool onMinus(StringRef &ErrMsg) { in onMinus()
794 bool onRegister(unsigned Reg, StringRef &ErrMsg) { in onRegister()
831 StringRef &ErrMsg) { in onIdentifierExpr()
863 bool onInteger(int64_t TmpInt, StringRef &ErrMsg) { in onInteger()
975 bool onRBrac(StringRef &ErrMsg) { in onRBrac()
1057 bool ParsingMSInlineAsm, StringRef &ErrMsg) { in onOffset()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp314 std::string ErrMsg; in evalDecodeOperand() local
327 std::string ErrMsg; in evalDecodeOperand() local
496 std::string ErrMsg("No known address for symbol '"); in evalIdentifierExpr() local
978 std::string ErrMsg; in getSectionAddr() local
1014 std::string ErrMsg; in getStubOrGOTAddrFor() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleExecutorDylibManager.cpp31 std::string ErrMsg; in open() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOAArch64.h42 std::string ErrMsg; in decodeAddend() local
54 std::string ErrMsg; in decodeAddend() local
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAMDGPUOpenMP.cpp84 std::string ErrMsg = in TranslateArgs() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELFLinkGraphBuilder.h378 std::string ErrMsg; in graphifySections() local
516 std::string ErrMsg; in graphifySymbols() local
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DRISCV.cpp282 handleAllErrors(ParseResult.takeError(), [&](llvm::StringError &ErrMsg) { in initFeatureMap()
341 handleAllErrors(ParseResult.takeError(), [&](llvm::StringError &ErrMsg) { in handleTargetFeatures()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h46 RuntimeDyldError(std::string ErrMsg) : ErrMsg(std::move(ErrMsg)) {} in RuntimeDyldError()
/freebsd/contrib/llvm-project/compiler-rt/include/orc_rt/
H A Dc_api.h136 orc_rt_CreateCWrapperFunctionResultFromOutOfBandError(const char *ErrMsg) { in orc_rt_CreateCWrapperFunctionResultFromOutOfBandError()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DRISCV.cpp37 handleAllErrors(ISAInfo.takeError(), [&](llvm::StringError &ErrMsg) { in getArchFeatures()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.h120 std::string ErrMsg; variable
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dc_api_test.cpp182 constexpr const char *ErrMsg = "test error message"; in TEST() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp149 bool SectionMemoryManager::finalizeMemory(std::string *ErrMsg) { in finalizeMemory()
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp867 std::string ErrMsg; in loadDylibs() local
882 std::string ErrMsg; in loadModule() local
915 [[maybe_unused]] std::string ErrMsg = toString(std::move(Err)); in tryEnableDebugSupport() local
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DOptimizerDriver.cpp243 std::string ErrMsg; in runPasses() local

123