Searched refs:ErrorMsg (Results 1 - 25 of 28) sorted by relevance

12

/external/llvm/tools/lli/
H A DRemoteTargetExternal.cpp36 ErrorMsg += ", (RemoteTargetExternal::allocateSpace)";
40 ErrorMsg += ", (RemoteTargetExternal::allocateSpace)";
44 ErrorMsg += "failed allocation, (RemoteTargetExternal::allocateSpace)";
56 ErrorMsg += ", (RemoteTargetExternal::loadData)";
61 ErrorMsg += ", (RemoteTargetExternal::loadData)";
65 ErrorMsg += "incomplete load data, (RemoteTargetExternal::loadData)";
69 ErrorMsg += "data memory not allocated, (RemoteTargetExternal::loadData)";
80 ErrorMsg += ", (RemoteTargetExternal::loadCode)";
85 ErrorMsg += ", (RemoteTargetExternal::loadCode)";
89 ErrorMsg
[all...]
H A DRemoteTarget.cpp34 sys::MemoryBlock Mem = sys::Memory::AllocateRWX(Size, Prev, &ErrorMsg);
38 ErrorMsg = "unable to allocate sufficiently aligned memory";
54 sys::Memory::setExecutable(Mem, &ErrorMsg);
H A DRemoteTarget.h34 std::string ErrorMsg; member in class:llvm::RemoteTarget
37 StringRef getErrorMsg() const { return ErrorMsg; }
45 /// @returns True on success. On failure, ErrorMsg is updated with
69 /// @returns True on success. On failure, ErrorMsg is updated with
81 /// @returns True on success. On failure, ErrorMsg is updated with
94 /// @returns True on success. On failure, ErrorMsg is updated with
112 RemoteTarget() : IsRunning(false), ErrorMsg("") {}
H A DRemoteTargetExternal.h47 /// @returns True on success. On failure, ErrorMsg is updated with
58 /// @returns True on success. On failure, ErrorMsg is updated with
68 /// @returns True on success. On failure, ErrorMsg is updated with
79 /// @returns True on success. On failure, ErrorMsg is updated with
97 ErrorMsg += ", (RPCChannel::create) - Stopping process!";
H A Dlli.cpp436 std::string ErrorMsg; local
443 builder.setErrorStr(&ErrorMsg);
500 if (!ErrorMsg.empty())
501 errs() << argv[0] << ": error creating EE: " << ErrorMsg << "\n"; local
/external/llvm/include/llvm/Linker/
H A DLinker.h43 /// If \p ErrorMsg is not null, information about any error is written
46 bool linkInModule(Module *Src, unsigned Mode, std::string *ErrorMsg);
47 bool linkInModule(Module *Src, std::string *ErrorMsg) { argument
48 return linkInModule(Src, Linker::DestroySource, ErrorMsg);
52 std::string *ErrorMsg);
/external/llvm/utils/fpcmp/
H A Dfpcmp.cpp35 std::string ErrorMsg; local
37 &ErrorMsg);
38 if (!ErrorMsg.empty())
39 errs() << argv[0] << ": " << ErrorMsg << "\n"; local
/external/llvm/tools/lli/Unix/
H A DRPCChannel.inc94 std::string ErrorMsg;
96 ErrorMsg += "Expecting ";
98 ErrorMsg += Number;
99 ErrorMsg += " bytes, Got ";
101 ErrorMsg += Number;
102 llvm::errs() << "RPC Error: " << Desc << ": " << ErrorMsg << '\n';
/external/llvm/lib/Support/
H A DFileUtilities.cpp83 std::string *ErrorMsg) {
128 if (ErrorMsg) {
129 *ErrorMsg = "FP Comparison failed, not a numeric difference between '";
130 *ErrorMsg += F1P[0];
131 *ErrorMsg += "' and '";
132 *ErrorMsg += F2P[0];
133 *ErrorMsg += "'";
149 if (ErrorMsg) {
150 raw_string_ostream(*ErrorMsg)
80 CompareNumbers(const char *&F1P, const char *&F2P, const char *F1End, const char *F2End, double AbsTolerance, double RelTolerance, std::string *ErrorMsg) argument
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp78 : Value(0), ErrorMsg("") {}
80 : Value(Value), ErrorMsg("") {}
81 EvalResult(std::string ErrorMsg) argument
82 : Value(0), ErrorMsg(ErrorMsg) {}
84 bool hasError() const { return ErrorMsg != ""; }
85 const std::string& getErrorMsg() const { return ErrorMsg; }
88 std::string ErrorMsg; member in class:llvm::RuntimeDyldCheckerExprEval::EvalResult
112 std::string ErrorMsg("Encountered unexpected token '");
113 ErrorMsg
[all...]
/external/clang/tools/libclang/
H A DCXCompilationDatabase.cpp16 std::string ErrorMsg; local
20 ErrorMsg);
23 fprintf(stderr, "LIBCLANG TOOLING ERROR: %s\n", ErrorMsg.c_str());
/external/llvm/tools/bugpoint/
H A DMiscompilation.cpp221 std::string ErrorMsg; local
226 if (Linker::LinkModules(M1, M2, Linker::DestroySource, &ErrorMsg)) {
228 << ErrorMsg << '\n';
400 std::string ErrorMsg; local
402 Linker::DestroySource, &ErrorMsg)){
404 << ErrorMsg << '\n';
434 std::string ErrorMsg; local
436 Linker::DestroySource, &ErrorMsg)){
438 << ErrorMsg << '\n';
614 std::string ErrorMsg; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler.h50 char * ErrorMsg; member in struct:radeon_compiler
H A Dradeon_compiler.c49 free(c->ErrorMsg);
70 if (!c->ErrorMsg) {
80 c->ErrorMsg = strdup(buf);
82 c->ErrorMsg = malloc(written + 1);
85 vsnprintf(c->ErrorMsg, written + 1, fmt, ap);
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler.h50 char * ErrorMsg; member in struct:radeon_compiler
H A Dradeon_compiler.c49 free(c->ErrorMsg);
70 if (!c->ErrorMsg) {
80 c->ErrorMsg = strdup(buf);
82 c->ErrorMsg = malloc(written + 1);
85 vsnprintf(c->ErrorMsg, written + 1, fmt, ap);
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dwpagui.cpp1590 class ErrorMsg : public QMessageBox { class in inherits:QMessageBox
1592 ErrorMsg(QWidget *parent, DWORD last_err = GetLastError());
1598 ErrorMsg::ErrorMsg(QWidget *parent, DWORD last_err) : function in class:ErrorMsg
1605 void ErrorMsg::showMsg(QString msg)
1631 ErrorMsg(this).showMsg(tr("OpenSCManager failed"));
1637 ErrorMsg(this).showMsg(tr("OpenService failed"));
1643 ErrorMsg(this).showMsg(tr("Failed to start wpa_supplicant "
1659 ErrorMsg(this).showMsg(tr("OpenSCManager failed"));
1665 ErrorMsg(thi
[all...]
/external/chromium_org/third_party/sqlite/src/tool/
H A Dlemon.c99 void ErrorMsg(const char *, int,const char *, ...);
760 ErrorMsg(lemp->filename,0,
778 ErrorMsg(lemp->filename,0,
1057 ErrorMsg(lemp->filename,rp->ruleline,"This rule can not be reduced.\n");
1267 ErrorMsg(lemp->filename,rp->line,"Nonterminal \"%s\" has no rules.",
1348 void ErrorMsg(const char *filename, int lineno, const char *format, ...){ function
2017 ErrorMsg(psp->filename,psp->tokenlineno,
2022 ErrorMsg(psp->filename,psp->tokenlineno,
2033 ErrorMsg(psp->filename,psp->tokenlineno,
2041 ErrorMsg(ps
[all...]
/external/llvm/lib/Linker/
H A DLinkModules.cpp412 std::string ErrorMsg; member in class:__anon25870::ModuleLinker
426 ErrorMsg = Message.str();
1494 if (SF->Materialize(&ErrorMsg))
1543 if (SF->Materialize(&ErrorMsg))
1584 bool Linker::linkInModule(Module *Src, unsigned Mode, std::string *ErrorMsg) { argument
1588 if (ErrorMsg)
1589 *ErrorMsg = TheLinker.ErrorMsg;
1601 /// error occurs, true is returned and ErrorMsg (if not null) is set to indicate
1605 std::string *ErrorMsg) {
1604 LinkModules(Module *Dest, Module *Src, unsigned Mode, std::string *ErrorMsg) argument
[all...]
/external/pcre/dist/
H A Dpcregexp.pas74 ErrorMsg : Pchar;
473 ErrorMsg:=nil;
488 ErrorMsg, ErrorPos, ALocale);
493 ErrorMsg:=nil;
494 RegExpExt := pcre_study( RegExpC, 0, ErrorMsg );
495 if (RegExpExt = nil) and (ErrorMsg <> nil) then
681 ErrorStr:=StrPas(ErrorMsg);
/external/clang/lib/CodeGen/
H A DCodeGenAction.cpp152 std::string ErrorMsg; variable
154 &ErrorMsg)) {
156 << LinkModule->getModuleIdentifier() << ErrorMsg;
/external/llvm/lib/ExecutionEngine/JIT/
H A DJIT.cpp512 std::string ErrorMsg; local
513 if (F->Materialize(&ErrorMsg)) {
515 "' from bitcode file: " + ErrorMsg);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_vs.c261 " instead.\n", compiler.Base.ErrorMsg);
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_vs.c261 " instead.\n", compiler.Base.ErrorMsg);
/external/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp136 bool reportParseError(Twine ErrorMsg);
137 bool reportParseError(SMLoc Loc, Twine ErrorMsg);
2318 bool MipsAsmParser::reportParseError(Twine ErrorMsg) { argument
2321 return Error(Loc, ErrorMsg);
2324 bool MipsAsmParser::reportParseError(SMLoc Loc, Twine ErrorMsg) { argument
2325 return Error(Loc, ErrorMsg);

Completed in 511 milliseconds

12