/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | Error.cpp | 169 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 D | Program.cpp | 36 std::string *ErrMsg, bool *ExecutionFailed, in ExecuteAndWait() 60 unsigned MemoryLimit, std::string *ErrMsg, in ExecuteNoWait()
|
H A D | GraphWriter.cpp | 139 std::string &ErrMsg) { in ExecGraphViewer() 195 std::string ErrMsg; in DisplayGraph() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/ |
H A D | log_error_to_stderr.cpp | 17 ORC_RT_INTERFACE void __orc_rt_log_error_to_stderr(const char *ErrMsg) { in __orc_rt_log_error_to_stderr()
|
H A D | wrapper_function_utils.h | 311 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 D | LTOCodeGenerator.cpp | 222 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 D | WrapperFunctionUtils.h | 457 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 D | Unix.h | 71 std::string ErrMsg; in ReportErrnumFatal() local
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | JITTargetMachineBuilder.cpp | 42 std::string ErrMsg; in createTargetMachine() local
|
H A D | SimpleRemoteEPC.cpp | 304 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 D | X86AsmParser.cpp | 51 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 D | RuntimeDyldChecker.cpp | 314 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 D | SimpleExecutorDylibManager.cpp | 31 std::string ErrMsg; in open() local
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldMachOAArch64.h | 42 std::string ErrMsg; in decodeAddend() local 54 std::string ErrMsg; in decodeAddend() local
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | AMDGPUOpenMP.cpp | 84 std::string ErrMsg = in TranslateArgs() local
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | ELFLinkGraphBuilder.h | 378 std::string ErrMsg; in graphifySections() local 516 std::string ErrMsg; in graphifySymbols() local
|
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
H A D | RISCV.cpp | 282 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 D | RuntimeDyld.h | 46 RuntimeDyldError(std::string ErrMsg) : ErrMsg(std::move(ErrMsg)) {} in RuntimeDyldError()
|
/freebsd/contrib/llvm-project/compiler-rt/include/orc_rt/ |
H A D | c_api.h | 136 orc_rt_CreateCWrapperFunctionResultFromOutOfBandError(const char *ErrMsg) { in orc_rt_CreateCWrapperFunctionResultFromOutOfBandError()
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/ |
H A D | RISCV.cpp | 37 handleAllErrors(ISAInfo.takeError(), [&](llvm::StringError &ErrMsg) { in getArchFeatures()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | EPCGenericRTDyldMemoryManager.h | 120 std::string ErrMsg; variable
|
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/ |
H A D | c_api_test.cpp | 182 constexpr const char *ErrMsg = "test error message"; in TEST() local
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
H A D | SectionMemoryManager.cpp | 149 bool SectionMemoryManager::finalizeMemory(std::string *ErrMsg) { in finalizeMemory()
|
/freebsd/contrib/llvm-project/llvm/tools/lli/ |
H A D | lli.cpp | 867 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 D | OptimizerDriver.cpp | 243 std::string ErrMsg; in runPasses() local
|