Home
last modified time | relevance | path

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

123

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
HDError.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()
HDProgram.cpp36 std::string *ErrMsg, bool *ExecutionFailed, in ExecuteAndWait()
60 unsigned MemoryLimit, std::string *ErrMsg, in ExecuteNoWait()
HDGraphWriter.cpp139 std::string &ErrMsg) { in ExecGraphViewer()
195 std::string ErrMsg; in DisplayGraph() local
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/orc/
HDlog_error_to_stderr.cpp17 ORC_RT_INTERFACE void __orc_rt_log_error_to_stderr(const char *ErrMsg) { in __orc_rt_log_error_to_stderr()
HDwrapper_function_utils.h310 if (const char *ErrMsg = ArgBuffer.getOutOfBandError()) in call() local
315 if (auto ErrMsg = ResultBuffer.getOutOfBandError()) in call() local
451 if (const char *ErrMsg = WFR.getOutOfBandError()) in runWithSPSRet() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/LTO/
HDLTOCodeGenerator.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-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
HDWrapperFunctionUtils.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-13-stable/contrib/llvm-project/llvm/lib/Support/Unix/
HDUnix.h71 std::string ErrMsg; in ReportErrnumFatal() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
HDJITTargetMachineBuilder.cpp42 std::string ErrMsg; in createTargetMachine() local
HDSimpleRemoteEPC.cpp304 if (const char *ErrMsg = SetupMsgBytes.getOutOfBandError()) { in setup() local
434 if (const char *ErrMsg = WFR.getOutOfBandError()) in handleHangup() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
HDX86AsmParser.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-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyldChecker.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-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
HDRuntimeDyldMachOAArch64.h42 std::string ErrMsg; in decodeAddend() local
54 std::string ErrMsg; in decodeAddend() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
HDSimpleExecutorDylibManager.cpp31 std::string ErrMsg; in open() local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
HDAMDGPUOpenMP.cpp84 std::string ErrMsg = in TranslateArgs() local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/Targets/
HDRISCV.cpp282 handleAllErrors(ParseResult.takeError(), [&](llvm::StringError &ErrMsg) { in initFeatureMap()
341 handleAllErrors(ParseResult.takeError(), [&](llvm::StringError &ErrMsg) { in handleTargetFeatures()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
HDELFLinkGraphBuilder.h378 std::string ErrMsg; in graphifySections() local
516 std::string ErrMsg; in graphifySymbols() local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
HDJob.cpp327 std::string *ErrMsg, bool *ExecutionFailed) const { in Execute()
411 std::string *ErrMsg, bool *ExecutionFailed) const { in Execute()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
HDRuntimeDyld.h46 RuntimeDyldError(std::string ErrMsg) : ErrMsg(std::move(ErrMsg)) {} in RuntimeDyldError()
/freebsd-13-stable/contrib/llvm-project/compiler-rt/include/orc_rt/
HDc_api.h136 orc_rt_CreateCWrapperFunctionResultFromOutOfBandError(const char *ErrMsg) { in orc_rt_CreateCWrapperFunctionResultFromOutOfBandError()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
HDRISCV.cpp37 handleAllErrors(ISAInfo.takeError(), [&](llvm::StringError &ErrMsg) { in getArchFeatures()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
HDEPCGenericRTDyldMemoryManager.h120 std::string ErrMsg; variable
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/
HDc_api_test.cpp182 constexpr const char *ErrMsg = "test error message"; in TEST() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
HDSectionMemoryManager.cpp149 bool SectionMemoryManager::finalizeMemory(std::string *ErrMsg) { in finalizeMemory()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/lli/
HDlli.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

123