/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
H A D | Error.cpp | 147 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 D | Program.cpp | 36 std::string *ErrMsg, bool *ExecutionFailed, in ExecuteAndWait() 60 unsigned MemoryLimit, std::string *ErrMsg, in ExecuteNoWait()
|
H A D | GraphWriter.cpp | 137 std::string &ErrMsg) { in ExecGraphViewer() 193 std::string ErrMsg; in DisplayGraph() local
|
/aosp_15_r20/external/llvm/lib/LTO/ |
H A D | LTOCodeGenerator.cpp | 215 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 D | LTOCodeGenerator.cpp | 234 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 D | LTOCodeGenerator.cpp | 223 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 D | X86AsmParser.cpp | 42 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 D | X86AsmParser.cpp | 50 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/ |
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 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/ |
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 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/ |
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 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/ |
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 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 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 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 D | Error.cpp | 142 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 D | Program.cpp | 34 std::string *ErrMsg, bool *ExecutionFailed) { in ExecuteAndWait() 54 unsigned MemoryLimit, std::string *ErrMsg, in ExecuteNoWait()
|
H A D | GraphWriter.cpp | 95 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 D | RuntimeDyldChecker.cpp | 280 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 D | RuntimeDyldChecker.cpp | 258 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 D | Job.cpp | 231 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 D | Error.h | 36 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 D | Program.cpp | 32 unsigned memoryLimit, std::string *ErrMsg, in ExecuteAndWait() 51 unsigned memoryLimit, std::string *ErrMsg, in ExecuteNoWait()
|
/aosp_15_r20/external/llvm/lib/Support/ |
H A D | Program.cpp | 32 unsigned memoryLimit, std::string *ErrMsg, in ExecuteAndWait() 51 unsigned memoryLimit, std::string *ErrMsg, in ExecuteNoWait()
|
H A D | GraphWriter.cpp | 83 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 D | RuntimeDyldMachOAArch64.h | 42 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 D | RuntimeDyldMachOAArch64.h | 42 std::string ErrMsg; in decodeAddend() local 54 std::string ErrMsg; in decodeAddend() local
|