Searched defs:ErrorStr (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-as/
H A Dllvm-as.cpp132 std::string ErrorStr; local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DModuleManager.cpp78 checkSignature(ASTFileSignature Signature, ASTFileSignature ExpectedSignature, std::string &ErrorStr) argument
103 addModule(StringRef FileName, ModuleKind Type, SourceLocation ImportLoc, ModuleFile *ImportedBy, unsigned Generation, off_t ExpectedSize, time_t ExpectedModTime, ASTFileSignature ExpectedSignature, ASTFileSignatureReader ReadSignature, ModuleFile *&Module, std::string &ErrorStr) argument
H A DASTReader.cpp2325 std::string ErrorStr = "could not find file '"; local
4454 std::string ErrorStr; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp42 MCJIT::createJIT(std::unique_ptr<Module> M, std::string *ErrorStr, argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp176 void LLVMContext::emitError(const Twine &ErrorStr) { argument
180 void LLVMContext::emitError(const Instruction *I, const Twine &ErrorStr) { argument
238 void LLVMContext::emitError(unsigned LocCookie, const Twine &ErrorStr) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h530 std::string *ErrorStr; member in class:llvm::EngineBuilder
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp736 std::string ErrorStr; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h319 std::string ErrorStr; member in class:llvm::RuntimeDyldImpl
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp692 std::string ErrorStr = local
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp662 std::string ErrorStr; local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp735 ASTUnit::getBufferForFile(StringRef Filename, std::string *ErrorStr) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp7399 bool MipsAsmParser::eatComma(StringRef ErrorStr) { argument

Completed in 141 milliseconds