| /external/llvm/tools/obj2yaml/ |
| D | Error.h | 36 Obj2YamlError(std::string ErrMsg) : ErrMsg(std::move(ErrMsg)) {} in Obj2YamlError() 37 Obj2YamlError(obj2yaml_error C, std::string ErrMsg) in Obj2YamlError()
|
| /external/llvm/lib/Support/ |
| D | Program.cpp | 32 unsigned memoryLimit, std::string *ErrMsg, in ExecuteAndWait() 51 unsigned memoryLimit, std::string *ErrMsg, in ExecuteNoWait()
|
| D | GraphWriter.cpp | 83 std::string &ErrMsg) { in ExecGraphViewer() 138 std::string ErrMsg; in DisplayGraph() local
|
| D | Error.cpp | 105 std::string ErrMsg; in report_fatal_error() local
|
| /external/swiftshader/third_party/llvm-subzero/lib/Support/ |
| D | Program.cpp | 32 unsigned memoryLimit, std::string *ErrMsg, in ExecuteAndWait() 51 unsigned memoryLimit, std::string *ErrMsg, in ExecuteNoWait()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | Program.cpp | 34 std::string *ErrMsg, bool *ExecutionFailed) { in ExecuteAndWait() 54 unsigned MemoryLimit, std::string *ErrMsg, in ExecuteNoWait()
|
| 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()
|
| D | GraphWriter.cpp | 95 std::string &ErrMsg) { in ExecGraphViewer() 151 std::string ErrMsg; in DisplayGraph() local
|
| D | FileCheckImpl.h | 334 static Error get(const SourceMgr &SM, SMLoc Loc, const Twine &ErrMsg) { in get() 339 static Error get(const SourceMgr &SM, StringRef Buffer, const Twine &ErrMsg) { in get()
|
| /external/llvm/lib/LTO/ |
| 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()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
| 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()
|
| /external/llvm/bindings/go/llvm/ |
| D | SupportBindings.cpp | 19 void LLVMLoadLibraryPermanently2(const char *Filename, char **ErrMsg) { in LLVMLoadLibraryPermanently2()
|
| /external/llvm/utils/not/ |
| D | not.cpp | 42 std::string ErrMsg; in main() local
|
| /external/clang/lib/Driver/ |
| 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()
|
| /external/llvm/tools/bugpoint/ |
| D | FindBugs.cpp | 34 std::string &ErrMsg) { in runManyPasses()
|
| D | BugDriver.cpp | 150 bool BugDriver::run(std::string &ErrMsg) { in run()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/ |
| D | Unix.h | 76 std::string ErrMsg; in ReportErrnumFatal() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
| D | JITTargetMachineBuilder.cpp | 44 std::string ErrMsg; in createTargetMachine() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| 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
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/ |
| 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 …]
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| D | RuntimeDyldMachOAArch64.h | 42 std::string ErrMsg; in decodeAddend() local 54 std::string ErrMsg; in decodeAddend() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/ |
| D | RuntimeDyld.h | 46 RuntimeDyldError(std::string ErrMsg) : ErrMsg(std::move(ErrMsg)) {} in RuntimeDyldError()
|
| /external/llvm/lib/ExecutionEngine/Orc/ |
| D | OrcCBindingsStack.h | 282 std::string ErrMsg; in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() local
|
| /external/llvm/lib/ExecutionEngine/ |
| D | SectionMemoryManager.cpp | 125 bool SectionMemoryManager::finalizeMemory(std::string *ErrMsg) in finalizeMemory()
|
| /external/llvm/include/llvm/ExecutionEngine/ |
| D | RuntimeDyld.h | 40 RuntimeDyldError(std::string ErrMsg) : ErrMsg(std::move(ErrMsg)) {} in RuntimeDyldError()
|