Home
last modified time | relevance | path

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

123

/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DError.cpp188 memcpy(ErrMsg, Tmp.data(), Tmp.size()); in LLVMCreateStringError() argument
158 std::string ErrMsg; report_fatal_error() local
176 char *ErrMsg = new char[Tmp.size() + 1]; LLVMGetErrorMessage() local
182 LLVMDisposeErrorMessage(char * ErrMsg) LLVMDisposeErrorMessage() argument
[all...]
H A DProgram.cpp36 std::string *ErrMsg, bool *ExecutionFailed, in ExecuteAndWait() argument
60 unsigned MemoryLimit, std::string *ErrMsg, in ExecuteNoWait() argument
H A DGraphWriter.cpp137 ExecGraphViewer(StringRef ExecPath,std::vector<StringRef> & args,StringRef Filename,bool wait,std::string & ErrMsg) ExecGraphViewer() argument
193 std::string ErrMsg; DisplayGraph() local
[all...]
/freebsd-src/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.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-src/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp223 ErrMsg += Path.str() + ": " + EC.message(); in writeMergedModules() local
234 ErrMsg += Path.str() + ": " + Out.os().error().message(); in writeMergedModules() local
400 MArch = TargetRegistry::lookupTarget(TripleStr, ErrMsg); in determineTarget() local
769 emitError(const std::string & ErrMsg) emitError() argument
776 emitWarning(const std::string & ErrMsg) emitWarning() argument
[all...]
/freebsd-src/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
676 if (const char *ErrMsg = WFR.getOutOfBandError()) runWithSPSRet() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Support/Unix/
H A DUnix.h71 std::string ErrMsg; in ReportErrnumFatal() local
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.cpp43 auto *TheTarget = TargetRegistry::lookupTarget(TT.getTriple(), ErrMsg); in createTargetMachine() local
H A DSimpleRemoteEPC.cpp287 if (const char *ErrMsg = SetupMsgBytes.getOutOfBandError()) { setup() local
417 if (const char *ErrMsg = WFR.getOutOfBandError()) handleHangup() local
/freebsd-src/contrib/llvm-project/clang/tools/amdgpu-arch/
H A DAMDGPUArchByHIP.cpp
H A DAMDGPUArchByHSA.cpp
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp51 static bool checkScale(unsigned Scale, StringRef &ErrMsg) { in checkScale() argument
446 setSymRef(const MCExpr * Val,StringRef ID,StringRef & ErrMsg) setSymRef() argument
491 regsUseUpError(StringRef & ErrMsg) regsUseUpError() argument
666 onPlus(StringRef & ErrMsg) onPlus() argument
695 onMinus(StringRef & ErrMsg) onMinus() argument
786 onRegister(unsigned Reg,StringRef & ErrMsg) onRegister() argument
823 onIdentifierExpr(const MCExpr * SymRef,StringRef SymRefName,const InlineAsmIdentifierInfo & IDInfo,const AsmTypeInfo & Type,bool ParsingMSInlineAsm,StringRef & ErrMsg) onIdentifierExpr() argument
855 onInteger(int64_t TmpInt,StringRef & ErrMsg) onInteger() argument
967 onRBrac(StringRef & ErrMsg) onRBrac() argument
1049 onOffset(const MCExpr * Val,SMLoc OffsetLoc,StringRef ID,const InlineAsmIdentifierInfo & IDInfo,bool ParsingMSInlineAsm,StringRef & ErrMsg) onOffset() argument
1297 CheckBaseRegAndIndexRegAndScale(unsigned BaseReg,unsigned IndexReg,unsigned Scale,bool Is64BitMode,StringRef & ErrMsg) CheckBaseRegAndIndexRegAndScale() argument
1829 StringRef ErrMsg; ParseIntelNamedOperator() local
1875 StringRef ErrMsg; ParseIntelExpression() local
2587 StringRef ErrMsg; parseIntelOperand() local
2980 StringRef ErrMsg; ParseMemOperand() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp314 std::string ErrMsg; in evalDecodeOperand() local
327 std::string ErrMsg; in evalDecodeOperand() local
490 std::string ErrMsg("No known address for symbol '"); evalIdentifierExpr() local
972 std::string ErrMsg; getSectionAddr() local
1008 std::string ErrMsg; getStubOrGOTAddrFor() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleExecutorDylibManager.cpp31 std::string ErrMsg; in open() local
/freebsd-src/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-src/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAMDGPUOpenMP.cpp91 std::string ErrMsg = TranslateArgs() local
/freebsd-src/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-src/contrib/llvm-project/clang/lib/Basic/Targets/
H A DRISCV.cpp281 __anonad2336ed0202(llvm::StringError &ErrMsg) initFeatureMap() argument
340 __anonad2336ed0302(llvm::StringError &ErrMsg) handleTargetFeatures() argument
/freebsd-src/contrib/llvm-project/clang/lib/Driver/
H A DJob.cpp327 std::string *ErrMsg, bool *ExecutionFailed) const { in Execute()
411 std::string *ErrMsg, bool *ExecutionFailed) const { in Execute()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h46 RuntimeDyldError(std::string ErrMsg) : ErrMsg(std::move(ErrMsg)) {} in RuntimeDyldError()
/freebsd-src/contrib/llvm-project/clang/tools/nvptx-arch/
H A DNVPTXArch.cpp
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DRISCV.cpp37 handleAllErrors(ISAInfo.takeError(), [&](llvm::StringError &ErrMsg) { in getArchFeatures() argument
/freebsd-src/contrib/llvm-project/compiler-rt/include/orc_rt/
H A Dc_api.h139 char *Tmp = (char *)malloc(strlen(ErrMsg) + 1); in orc_rt_CreateCWrapperFunctionResultFromOutOfBandError() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.h120 std::string ErrMsg; variable

123