Searched defs:ErrMsg (Results 1 - 18 of 18) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Support/Unix/
H A DUnix.h69 MakeErrMsg( std::string* ErrMsg, const std::string& prefix, int errnum = -1) argument
/freebsd-10-stable/contrib/llvm/tools/bugpoint/
H A DFindBugs.cpp33 runManyPasses(const std::vector<std::string> &AllPasses, std::string &ErrMsg) argument
H A DBugDriver.cpp149 bool BugDriver::run(std::string &ErrMsg) { argument
H A DOptimizerDriver.cpp215 std::string ErrMsg; local
/freebsd-10-stable/contrib/llvm/lib/Support/
H A DProgram.cpp29 ExecuteAndWait(StringRef Program, const char **args, const char **envp, const StringRef **redirects, unsigned secondsToWait, unsigned memoryLimit, std::string *ErrMsg, bool *ExecutionFailed) argument
47 ExecuteNoWait(StringRef Program, const char **args, const char **envp, const StringRef **redirects, unsigned memoryLimit, std::string *ErrMsg, bool *ExecutionFailed) argument
H A DGraphWriter.cpp105 std::string ErrMsg; local
83 ExecGraphViewer(StringRef ExecPath, std::vector<const char*> &args, StringRef Filename, bool wait, std::string &ErrMsg) argument
[all...]
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/MCJIT/
H A DSectionMemoryManager.cpp105 bool SectionMemoryManager::finalizeMemory(std::string *ErrMsg) argument
/freebsd-10-stable/contrib/llvm/lib/IRReader/
H A DIRReader.cpp38 std::string ErrMsg; local
71 std::string ErrMsg; local
/freebsd-10-stable/contrib/llvm/lib/Support/Windows/
H A DWindows.h38 inline bool MakeErrMsg(std::string* ErrMsg, const std::string& prefix) { argument
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Driver/
H A DJob.cpp116 int Command::Execute(const StringRef **Redirects, std::string *ErrMsg, argument
150 int FallbackCommand::Execute(const StringRef **Redirects, std::string *ErrMsg, argument
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h342 virtual bool finalizeMemory(std::string *ErrMsg) { argument
/freebsd-10-stable/contrib/llvm/tools/lli/
H A DRemoteMemoryManager.cpp150 bool RemoteMemoryManager::finalizeMemory(std::string *ErrMsg) { argument
/freebsd-10-stable/contrib/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp75 bool finalizeMemory(std::string *ErrMsg) { return false; } argument
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp416 std::string ErrMsg; local
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp402 bool SimpleBindingMemoryManager::finalizeMemory(std::string *ErrMsg) { argument
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/JIT/
H A DJITMemoryManager.cpp518 bool finalizeMemory(std::string *ErrMsg) { argument
663 std::string ErrMsg; local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp793 std::string ErrMsg; local
/freebsd-10-stable/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3275 getLazyBitcodeModule(MemoryBuffer *Buffer, LLVMContext& Context, std::string *ErrMsg) argument
3297 getStreamedBitcodeModule(const std::string &name, DataStreamer *streamer, LLVMContext &Context, std::string *ErrMsg) argument
3316 ParseBitcodeFile(MemoryBuffer *Buffer, LLVMContext& Context, std::string *ErrMsg) argument
3337 getBitcodeTargetTriple(MemoryBuffer *Buffer, LLVMContext& Context, std::string *ErrMsg) argument
[all...]

Completed in 270 milliseconds