Home
last modified time | relevance | path

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

123456

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DError.cpp147 std::string ErrMsg; in report_fatal_error() local
165 char *ErrMsg = new char[Tmp.size() + 1]; in LLVMGetErrorMessage() local
171 void LLVMDisposeErrorMessage(char *ErrMsg) { delete[] ErrMsg; } in LLVMDisposeErrorMessage()
177 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.cpp137 std::string &ErrMsg) { in ExecGraphViewer()
193 std::string ErrMsg; in DisplayGraph() local
/aosp_15_r20/external/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp215 std::string ErrMsg = "could not open bitcode file for writing: "; in writeMergedModules() local
226 std::string ErrMsg = "could not write bitcode file: "; in writeMergedModules() local
328 std::string ErrMsg; in determineTarget() local
668 void LTOCodeGenerator::emitError(const std::string &ErrMsg) { in emitError()
675 void LTOCodeGenerator::emitWarning(const std::string &ErrMsg) { in emitWarning()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp234 std::string ErrMsg = "could not open bitcode file for writing: "; in writeMergedModules() local
245 std::string ErrMsg = "could not write bitcode file: "; in writeMergedModules() local
350 std::string ErrMsg; in determineTarget() local
707 void LTOCodeGenerator::emitError(const std::string &ErrMsg) { in emitError()
714 void LTOCodeGenerator::emitWarning(const std::string &ErrMsg) { in emitWarning()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp223 std::string ErrMsg = "could not open bitcode file for writing: "; in writeMergedModules() local
234 std::string ErrMsg = "could not write bitcode file: "; in writeMergedModules() local
399 std::string ErrMsg; in determineTarget() local
768 void LTOCodeGenerator::emitError(const std::string &ErrMsg) { in emitError()
775 void LTOCodeGenerator::emitWarning(const std::string &ErrMsg) { in emitWarning()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp42 static bool checkScale(unsigned Scale, StringRef &ErrMsg) { in checkScale()
356 bool setSymRef(const MCExpr *Val, StringRef ID, StringRef &ErrMsg) { in setSymRef()
464 bool onPlus(StringRef &ErrMsg) { in onPlus()
495 bool onMinus(StringRef &ErrMsg) { in onMinus()
576 bool onRegister(unsigned Reg, StringRef &ErrMsg) { in onRegister()
614 bool ParsingInlineAsm, StringRef &ErrMsg) { in onIdentifierExpr()
643 bool onInteger(int64_t TmpInt, StringRef &ErrMsg) { in onInteger()
819 StringRef &ErrMsg) { in onOffset()
1045 StringRef &ErrMsg) { in CheckBaseRegAndIndexRegAndScale()
1484 StringRef ErrMsg; in ParseIntelNamedOperator() local
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp50 static bool checkScale(unsigned Scale, StringRef &ErrMsg) { in checkScale()
441 bool setSymRef(const MCExpr *Val, StringRef ID, StringRef &ErrMsg) { in setSymRef()
485 bool regsUseUpError(StringRef &ErrMsg) { in regsUseUpError()
660 bool onPlus(StringRef &ErrMsg) { in onPlus()
689 bool onMinus(StringRef &ErrMsg) { in onMinus()
780 bool onRegister(unsigned Reg, StringRef &ErrMsg) { in onRegister()
817 StringRef &ErrMsg) { in onIdentifierExpr()
849 bool onInteger(int64_t TmpInt, StringRef &ErrMsg) { in onInteger()
960 bool onRBrac(StringRef &ErrMsg) { in onRBrac()
1042 bool ParsingMSInlineAsm, StringRef &ErrMsg) { in onOffset()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ExecutionEngine/Orc/Shared/
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()) in runWithSPSRet() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ExecutionEngine/Orc/Shared/
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()) in runWithSPSRet() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ExecutionEngine/Orc/Shared/
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()) in runWithSPSRet() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/Orc/Shared/
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()) in runWithSPSRet() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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()) in runWithSPSRet() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/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()
H A DProgram.cpp34 std::string *ErrMsg, bool *ExecutionFailed) { in ExecuteAndWait()
54 unsigned MemoryLimit, std::string *ErrMsg, in ExecuteNoWait()
H A DGraphWriter.cpp95 std::string &ErrMsg) { in ExecGraphViewer()
151 std::string ErrMsg; in DisplayGraph() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp280 std::string ErrMsg; in evalDecodeOperand() local
293 std::string ErrMsg; in evalDecodeOperand() local
447 std::string ErrMsg("No known address for symbol '"); in evalIdentifierExpr() local
830 std::string ErrMsg; in getSectionAddr() local
863 std::string ErrMsg; in getStubOrGOTAddrFor() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp258 std::string ErrMsg; in evalDecodeOperand() local
271 std::string ErrMsg; in evalDecodeOperand() local
423 std::string ErrMsg("No known address for symbol '"); in evalIdentifierExpr() local
794 std::string ErrMsg; in getSectionAddr() local
827 std::string ErrMsg; in getStubOrGOTAddrFor() local
/aosp_15_r20/external/clang/lib/Driver/
H A DJob.cpp231 int Command::Execute(const StringRef **Redirects, std::string *ErrMsg, in Execute()
294 int FallbackCommand::Execute(const StringRef **Redirects, std::string *ErrMsg, in Execute()
327 std::string *ErrMsg, in Execute()
/aosp_15_r20/external/llvm/tools/obj2yaml/
H A DError.h36 Obj2YamlError(std::string ErrMsg) : ErrMsg(std::move(ErrMsg)) {} in Obj2YamlError()
37 Obj2YamlError(obj2yaml_error C, std::string ErrMsg) in Obj2YamlError()
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A DProgram.cpp32 unsigned memoryLimit, std::string *ErrMsg, in ExecuteAndWait()
51 unsigned memoryLimit, std::string *ErrMsg, in ExecuteNoWait()
/aosp_15_r20/external/llvm/lib/Support/
H A DProgram.cpp32 unsigned memoryLimit, std::string *ErrMsg, in ExecuteAndWait()
51 unsigned memoryLimit, std::string *ErrMsg, in ExecuteNoWait()
H A DGraphWriter.cpp83 std::string &ErrMsg) { in ExecGraphViewer()
138 std::string ErrMsg; in DisplayGraph() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOAArch64.h42 std::string ErrMsg; in decodeAddend() local
54 std::string ErrMsg; in decodeAddend() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOAArch64.h42 std::string ErrMsg; in decodeAddend() local
54 std::string ErrMsg; in decodeAddend() local

123456