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

12

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DBinaryStreamError.cpp49 void BinaryStreamError::log(raw_ostream &OS) const { OS << ErrMsg; } local
[all...]
H A DProgram.cpp30 ExecuteAndWait(StringRef Program, ArrayRef<StringRef> Args, Optional<ArrayRef<StringRef>> Env, ArrayRef<Optional<StringRef>> Redirects, unsigned SecondsToWait, unsigned MemoryLimit, std::string *ErrMsg, bool *ExecutionFailed) argument
51 ExecuteNoWait(StringRef Program, ArrayRef<StringRef> Args, Optional<ArrayRef<StringRef>> Env, ArrayRef<Optional<StringRef>> Redirects, unsigned MemoryLimit, std::string *ErrMsg, bool *ExecutionFailed) argument
H A DError.cpp142 std::string ErrMsg; local
160 char *ErrMsg = new char[Tmp.size() + 1]; local
166 void LLVMDisposeErrorMessage(char *ErrMsg) { delete[] ErrMsg; } argument
H A DGraphWriter.cpp151 std::string ErrMsg; local
93 ExecGraphViewer(StringRef ExecPath, std::vector<StringRef> &args, StringRef Filename, bool wait, std::string &ErrMsg) argument
[all...]
H A DFileCheckImpl.h334 static Error get(const SourceMgr &SM, SMLoc Loc, const Twine &ErrMsg) { argument
339 static Error get(const SourceMgr &SM, StringRef Buffer, const Twine &ErrMsg) { argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.cpp44 std::string ErrMsg; local
H A DIndirectionUtils.cpp91 std::string ErrMsg; local
H A DExecutionUtils.cpp209 std::string ErrMsg; local
H A DOrcCBindingsStack.h527 std::string ErrMsg; member in namespace:llvm
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamError.h42 std::string ErrMsg; member in class:llvm::BinaryStreamError
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DUnix.h76 std::string ErrMsg; local
63 MakeErrMsg( std::string* ErrMsg, const std::string& prefix, int errnum = -1) argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp140 bool SectionMemoryManager::finalizeMemory(std::string *ErrMsg) { argument
H A DExecutionEngineBindings.cpp376 bool SimpleBindingMemoryManager::finalizeMemory(std::string *ErrMsg) { argument
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h46 RuntimeDyldError(std::string ErrMsg) : ErrMsg(std::move(ErrMsg)) {} argument
53 std::string ErrMsg; member in class:llvm::RuntimeDyldError
/freebsd-12-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DOptimizerDriver.cpp239 std::string ErrMsg; local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLink.cpp53 void JITLinkError::log(raw_ostream &OS) const { OS << ErrMsg << "\n"; } local
H A DMachO_x86_64.cpp457 std::string ErrMsg; local
H A DMachO_arm64.cpp497 std::string ErrMsg; local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOAArch64.h42 std::string ErrMsg; local
54 std::string ErrMsg; local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/
H A DJob.cpp326 Execute(ArrayRef<llvm::Optional<StringRef>> Redirects, std::string *ErrMsg, bool *ExecutionFailed) const argument
389 Execute(ArrayRef<llvm::Optional<StringRef>> Redirects, std::string *ErrMsg, bool *ExecutionFailed) const argument
452 Execute(ArrayRef<llvm::Optional<StringRef>> Redirects, std::string *ErrMsg, bool *ExecutionFailed) const argument
482 Execute(ArrayRef<llvm::Optional<StringRef>> Redirects, std::string *ErrMsg, bool *ExecutionFailed) const argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/RPC/
H A DRPCSerialization.h410 std::string ErrMsg; local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/Windows/
H A DWindowsSupport.h72 std::string ErrMsg; local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp234 std::string ErrMsg = "could not open bitcode file for writing: "; local
245 std::string ErrMsg = "could not write bitcode file: "; local
350 std::string ErrMsg; local
707 void LTOCodeGenerator::emitError(const std::string &ErrMsg) { argument
714 emitWarning(const std::string &ErrMsg) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp481 std::string ErrMsg; local
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp1010 std::string ErrMsg; local

Completed in 292 milliseconds

12