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

12

/freebsd-13-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.cpp31 ExecuteAndWait(StringRef Program, ArrayRef<StringRef> Args, Optional<ArrayRef<StringRef>> Env, ArrayRef<Optional<StringRef>> Redirects, unsigned SecondsToWait, unsigned MemoryLimit, std::string *ErrMsg, bool *ExecutionFailed, Optional<ProcessStatistics> *ProcStat) argument
54 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.cpp176 std::string ErrMsg; local
118 ExecGraphViewer(StringRef ExecPath, std::vector<StringRef> &args, StringRef Filename, bool wait, std::string &ErrMsg) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.cpp45 std::string ErrMsg; local
H A DIndirectionUtils.cpp90 std::string ErrMsg; local
H A DExecutionUtils.cpp255 std::string ErrMsg; local
H A DOrcCBindingsStack.h527 std::string ErrMsg; member in namespace:llvm
H A DMachOPlatform.cpp65 std::string ErrMsg; local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamError.h42 std::string ErrMsg; member in class:llvm::BinaryStreamError
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DUnix.h72 std::string ErrMsg; local
59 MakeErrMsg( std::string* ErrMsg, const std::string& prefix, int errnum = -1) argument
/freebsd-13-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
H A DExecutionEngine.h161 std::string ErrMsg; member in class:llvm::ExecutionEngine
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp140 bool SectionMemoryManager::finalizeMemory(std::string *ErrMsg) { argument
H A DExecutionEngineBindings.cpp388 bool SimpleBindingMemoryManager::finalizeMemory(std::string *ErrMsg) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DOptimizerDriver.cpp239 std::string ErrMsg; local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
H A DJob.cpp308 Execute(ArrayRef<llvm::Optional<StringRef>> Redirects, std::string *ErrMsg, bool *ExecutionFailed) const argument
372 Execute(ArrayRef<llvm::Optional<StringRef>> Redirects, std::string *ErrMsg, bool *ExecutionFailed) const argument
437 Execute(ArrayRef<llvm::Optional<StringRef>> Redirects, std::string *ErrMsg, bool *ExecutionFailed) const argument
469 Execute(ArrayRef<llvm::Optional<StringRef>> Redirects, std::string *ErrMsg, bool *ExecutionFailed) const argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/RPC/
H A DRPCSerialization.h409 std::string ErrMsg; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLink.cpp54 void JITLinkError::log(raw_ostream &OS) const { OS << ErrMsg << "\n"; } local
H A DMachO_arm64.cpp510 std::string ErrMsg; local
H A DMachO_x86_64.cpp559 std::string ErrMsg; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOAArch64.h42 std::string ErrMsg; local
54 std::string ErrMsg; local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/Windows/
H A DWindowsSupport.h72 std::string ErrMsg; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp237 std::string ErrMsg = "could not open bitcode file for writing: "; local
248 std::string ErrMsg = "could not write bitcode file: "; local
353 std::string ErrMsg; local
717 void LTOCodeGenerator::emitError(const std::string &ErrMsg) { argument
724 emitWarning(const std::string &ErrMsg) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1030 StringRef ErrMsg = "invalid number"; local

Completed in 237 milliseconds

12