HomeSort by relevance Sort by last modified time
    Searched refs:ErrMsg (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/llvm/utils/not/
not.cpp 18 std::string ErrMsg;
20 &ErrMsg);
22 errs() << "Error: " << ErrMsg << "\n";
  /external/llvm/lib/Support/
Program.cpp 32 std::string* ErrMsg) {
34 if (prg.Execute(path, args, envp, redirects, memoryLimit, ErrMsg))
35 return prg.Wait(path, secondsToWait, ErrMsg);
46 std::string* ErrMsg) {
48 prg.Execute(path, args, envp, redirects, memoryLimit, ErrMsg);
GraphWriter.cpp 70 const sys::Path &Filename, bool wait, std::string &ErrMsg) {
72 if (sys::Program::ExecuteAndWait(ExecPath, &args[0],0,0,0,0,&ErrMsg)) {
73 errs() << "Error: " << ErrMsg << "\n";
80 sys::Program::ExecuteNoWait(ExecPath, &args[0],0,0,0,&ErrMsg);
89 std::string ErrMsg;
99 if (!ExecGraphViewer(Graphviz, args, Filename, wait, ErrMsg))
118 if (!ExecGraphViewer(sys::Path(LLVM_PATH_XDOT_PY), args, Filename, wait, ErrMsg))
179 if (!ExecGraphViewer(prog, args, Filename, wait, ErrMsg))
189 ErrMsg.clear();
190 if (!ExecGraphViewer(gv, args, PSFilename, wait, ErrMsg))
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitReader_2_7.h 38 std::string *ErrMsg);
42 std::string *ErrMsg);
46 std::string *ErrMsg);
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitReader_3_0.h 37 std::string *ErrMsg);
41 std::string *ErrMsg);
45 std::string *ErrMsg);
  /external/llvm/include/llvm/Support/
Program.h 76 std::string* ErrMsg = 0 ///< If non-zero, provides a pointer to a string
97 std::string* ErrMsg ///< If non-zero, provides a pointer to a string
128 std::string* ErrMsg = 0);
137 std::string* ErrMsg = 0);
IRReader.h 40 std::string ErrMsg;
41 Module *M = getLazyBitcodeModule(Buffer, Context, &ErrMsg);
44 ErrMsg);
81 std::string ErrMsg;
82 Module *M = ParseBitcodeFile(Buffer, Context, &ErrMsg);
85 ErrMsg);
DynamicLibrary.h 62 /// instance on failure (see isValid()). \p *errMsg will only be modified
68 std::string *errMsg = 0);
76 std::string *ErrMsg = 0) {
77 return !getPermanentLibrary(Filename, ErrMsg).isValid();
Memory.h 98 /// \p ErrMsg [out] returns a string describing any error that occured.
118 /// a null memory block and fills in *ErrMsg.
123 std::string *ErrMsg = 0);
130 /// in *ErrMsg.
132 static bool ReleaseRWX(MemoryBlock &block, std::string *ErrMsg = 0);
143 static bool setExecutable(MemoryBlock &M, std::string *ErrMsg = 0);
148 static bool setWritable(MemoryBlock &M, std::string *ErrMsg = 0);
Signals.h 31 bool RemoveFileOnSignal(const Path &Filename, std::string* ErrMsg = 0);
PathV1.h 109 /// @param ErrMsg Optional place for an error message if an error occurs
112 static Path GetTemporaryDirectory(std::string* ErrMsg = 0);
425 std::string* ErrMsg ///< Optional place to return an error message.
484 bool makeUnique( bool reuse_current /*= true*/, std::string* ErrMsg );
499 bool makeReadableOnDisk(std::string* ErrMsg = 0);
504 bool makeWriteableOnDisk(std::string* ErrMsg = 0);
510 bool makeExecutableOnDisk(std::string* ErrMsg = 0);
533 std::string* ErrMsg = 0 ///< Optional place to put error messages.
544 std::string* ErrMsg = 0 ///< Optional place to put error messages.
559 std::string* ErrMsg = 0 ///< Optional place to put error message
    [all...]
  /external/llvm/lib/Support/Unix/
Unix.h 64 /// This function builds an error message into \p ErrMsg using the \p prefix
72 std::string* ErrMsg, const std::string& prefix, int errnum = -1) {
73 if (!ErrMsg)
77 *ErrMsg = prefix + ": " + llvm::sys::StrError(errnum);
  /external/clang/lib/AST/
InheritViz.cpp 138 std::string ErrMsg;
139 sys::Path Filename = sys::Path::GetTemporaryDirectory(&ErrMsg);
141 llvm::errs() << "Error: " << ErrMsg << "\n";
145 if (Filename.makeUnique(true,&ErrMsg)) {
146 llvm::errs() << "Error: " << ErrMsg << "\n";
152 llvm::raw_fd_ostream O(Filename.c_str(), ErrMsg);
154 if (ErrMsg.empty()) {
  /external/llvm/lib/Archive/
ArchiveWriter.cpp 160 std::string* ErrMsg) {
163 if (ErrMsg)
164 *ErrMsg = "Can not add a non-existent file to archive";
172 const sys::FileStatus *FSInfo = mbr->path.getFileStatus(false, ErrMsg);
208 std::string* ErrMsg
222 if (ErrMsg)
223 *ErrMsg = ec.message();
238 GetBitcodeSymbols(data, fSize, FullMemberName, Context, symbols, ErrMsg);
258 if (ErrMsg)
259 *ErrMsg = "Can't parse bitcode member: " + member.getPath().str(
    [all...]
Archive.cpp 70 bool ArchiveMember::replaceWith(const sys::Path& newFile, std::string* ErrMsg) {
73 if (ErrMsg)
74 *ErrMsg = "Can not replace an archive member with a non-existent file";
124 const sys::FileStatus *FSinfo = path.getFileStatus(false, ErrMsg);
152 Archive::mapToMemory(std::string* ErrMsg) {
155 if (ErrMsg)
156 *ErrMsg = ec.message();
222 std::string* ErrMsg) {
225 if (ErrMsg) *ErrMsg = "Could not open file '" + fName.str() + "'" + ":
    [all...]
ArchiveInternals.h 77 std::string* ErrMsg);
83 std::string* ErrMsg);
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 293 std::set<sys::Path>& result, std::string* ErrMsg) {
297 if (path.getDirectoryContents(content, ErrMsg))
304 const sys::FileStatus *Status = PwS.getFileStatus(false, ErrMsg);
309 if (recurseDirectories(*I, moreResults, ErrMsg))
323 bool buildPaths(bool checkExistence, std::string* ErrMsg) {
339 if (recurseDirectories(aPath, dirpaths, ErrMsg))
367 bool doPrint(std::string* ErrMsg) {
368 if (buildPaths(false, ErrMsg))
419 doDisplayTable(std::string* ErrMsg) {
420 if (buildPaths(false, ErrMsg))
    [all...]
  /external/llvm/include/llvm/Bitcode/
ReaderWriter.h 32 /// in *ErrMsg with an error description if ErrMsg is non-null.
35 std::string *ErrMsg = 0);
39 /// On error, this returns null, and fills in *ErrMsg with an error
40 /// description if ErrMsg is non-null.
44 std::string *ErrMsg = 0);
49 /// of 'buffer'. On error, this returns "", and fills in *ErrMsg
50 /// if ErrMsg is non-null.
53 std::string *ErrMsg = 0);
56 /// If an error occurs, this returns null and fills in *ErrMsg if it i
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
compile.h 85 const char *ErrMsg;
  /external/llvm/tools/bugpoint/
FindBugs.cpp 33 std::string &ErrMsg) {
83 return debugCodeGeneratorCrash(ErrMsg);
101 debugCodeGeneratorCrash(ErrMsg);
BugDriver.cpp 149 bool BugDriver::run(std::string &ErrMsg) {
153 return runManyPasses(PassesToRun, ErrMsg);
178 return debugCodeGeneratorCrash(ErrMsg);
190 return debugCodeGeneratorCrash(ErrMsg);
207 return debugCodeGeneratorCrash(ErrMsg);
214 return debugCodeGeneratorCrash(ErrMsg);
224 return debugCodeGeneratorCrash(ErrMsg);
OptimizerDriver.cpp 118 std::string ErrMsg;
119 if (uniqueFilename.makeUnique(true, &ErrMsg)) {
121 << ErrMsg << "\n";
128 if (inputFilename.makeUnique(true, &ErrMsg)) {
130 << ErrMsg << "\n";
209 Timeout, MemoryLimit, &ErrMsg);
226 outs() << "Execute failed: " << ErrMsg << "\n";
228 outs() << "Crashed: " << ErrMsg << "\n";
  /frameworks/compile/slang/BitWriter_2_9/
ReaderWriter_2_9.h 33 /// in *ErrMsg with an error description if ErrMsg is non-null.
36 std::string *ErrMsg = 0);
41 /// of 'buffer'. On error, this returns "", and fills in *ErrMsg
42 /// if ErrMsg is non-null.
45 std::string *ErrMsg = 0);
48 /// If an error occurs, this returns null and fills in *ErrMsg if it is
51 std::string *ErrMsg = 0);
  /frameworks/compile/slang/BitWriter_2_9_func/
ReaderWriter_2_9_func.h 33 /// in *ErrMsg with an error description if ErrMsg is non-null.
36 std::string *ErrMsg = 0);
41 /// of 'buffer'. On error, this returns "", and fills in *ErrMsg
42 /// if ErrMsg is non-null.
45 std::string *ErrMsg = 0);
48 /// If an error occurs, this returns null and fills in *ErrMsg if it is
51 std::string *ErrMsg = 0);
  /frameworks/compile/slang/BitWriter_3_2/
ReaderWriter_3_2.h 33 /// in *ErrMsg with an error description if ErrMsg is non-null.
36 std::string *ErrMsg = 0);
41 /// of 'buffer'. On error, this returns "", and fills in *ErrMsg
42 /// if ErrMsg is non-null.
45 std::string *ErrMsg = 0);
48 /// If an error occurs, this returns null and fills in *ErrMsg if it is
51 std::string *ErrMsg = 0);

Completed in 259 milliseconds

1 2 3