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

1 2

  /external/llvm/lib/Support/
Program.cpp 27 unsigned memoryLimit, std::string *ErrMsg);
30 std::string *ErrMsg);
34 unsigned memoryLimit, std::string *ErrMsg,
37 if (Execute(&Data, Program, args, envp, redirects, memoryLimit, ErrMsg)) {
39 return Wait(Data, Program, secondsToWait, ErrMsg);
47 std::string *ErrMsg) {
48 Execute(/*Data*/ 0, Program, args, envp, redirects, memoryLimit, ErrMsg);
GraphWriter.cpp 84 StringRef Filename, bool wait, std::string &ErrMsg) {
86 if (sys::ExecuteAndWait(ExecPath, &args[0],0,0,0,0,&ErrMsg)) {
87 errs() << "Error: " << ErrMsg << "\n";
95 sys::ExecuteNoWait(ExecPath, &args[0],0,0,0,&ErrMsg);
105 std::string ErrMsg;
115 if (!ExecGraphViewer(Graphviz, args, Filename, wait, ErrMsg))
134 if (!ExecGraphViewer(LLVM_PATH_XDOT, args, Filename, wait, ErrMsg))
193 if (!ExecGraphViewer(prog, args, Filename, wait, ErrMsg))
203 ErrMsg.clear();
204 if (!ExecGraphViewer(gv, args, PSFilename, wait, ErrMsg))
    [all...]
  /external/llvm/utils/not/
not.cpp 32 std::string ErrMsg;
33 int Result = sys::ExecuteAndWait(Program, argv, 0, 0, 0, 0, &ErrMsg);
35 errs() << "Error: " << ErrMsg << "\n";
  /external/llvm/lib/Support/Unix/
Unix.h 58 /// This function builds an error message into \p ErrMsg using the \p prefix
66 std::string* ErrMsg, const std::string& prefix, int errnum = -1) {
67 if (!ErrMsg)
71 *ErrMsg = prefix + ": " + llvm::sys::StrError(errnum);
  /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/lib/IRReader/
IRReader.cpp 33 std::string ErrMsg;
34 Module *M = getLazyBitcodeModule(Buffer, Context, &ErrMsg);
37 ErrMsg);
66 std::string ErrMsg;
67 Module *M = ParseBitcodeFile(Buffer, Context, &ErrMsg);
70 ErrMsg);
  /external/llvm/include/llvm/Support/
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();
Program.h 84 std::string *ErrMsg = 0, ///< If non-zero, provides a pointer to a string
93 std::string *ErrMsg = 0);
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(StringRef Filename, std::string* ErrMsg = 0);
  /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/llvm/include/llvm/ExecutionEngine/
RTDyldMemoryManager.h 71 virtual bool finalizeMemory(std::string *ErrMsg = 0) = 0;
SectionMemoryManager.h 74 virtual bool finalizeMemory(std::string *ErrMsg = 0);
  /external/llvm/tools/bugpoint/
FindBugs.cpp 34 std::string &ErrMsg) {
84 return debugCodeGeneratorCrash(ErrMsg);
102 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 215 std::string ErrMsg;
218 MemoryLimit, &ErrMsg);
235 outs() << "Execute failed: " << ErrMsg << "\n";
237 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);
  /external/llvm/lib/ExecutionEngine/MCJIT/
SectionMemoryManager.cpp 103 bool SectionMemoryManager::finalizeMemory(std::string *ErrMsg)
112 if (ErrMsg) {
113 *ErrMsg = ec.message();
122 if (ErrMsg) {
123 *ErrMsg = ec.message();
  /external/llvm/lib/Support/Windows/
Windows.h 35 inline bool MakeErrMsg(std::string* ErrMsg, const std::string& prefix) {
36 if (!ErrMsg)
41 *ErrMsg = prefix + buffer;
  /external/llvm/tools/lli/
RecordingMemoryManager.h 61 bool finalizeMemory(std::string *ErrMsg) { return false; }
  /external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 348 LLVMBool (*FinalizeMemory)(void *Opaque, char **ErrMsg);
365 virtual bool finalizeMemory(std::string *ErrMsg);
401 bool SimpleBindingMemoryManager::finalizeMemory(std::string *ErrMsg) {
407 if (ErrMsg)
408 *ErrMsg = errMsgCString;
424 LLVMBool (*FinalizeMemory)(void *Opaque, char **ErrMsg),
  /external/llvm/unittests/Support/
Path.cpp 369 std::string ErrMsg;
370 raw_fd_ostream file(file_pathname.c_str(), ErrMsg, sys::fs::F_Binary);
385 std::string ErrMsg;
389 raw_fd_ostream File(FilePathname.c_str(), ErrMsg);
390 EXPECT_EQ(ErrMsg, "");
400 raw_fd_ostream File(FilePathname.c_str(), ErrMsg, sys::fs::F_Binary);
401 EXPECT_EQ(ErrMsg, "");

Completed in 291 milliseconds

1 2