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

/freebsd-10-stable/contrib/llvm/lib/IR/
H A DLLVMContext.cpp101 void LLVMContext::emitError(const Twine &ErrorStr) { argument
105 void LLVMContext::emitError(const Instruction *I, const Twine &ErrorStr) { argument
115 void LLVMContext::emitError(unsigned LocCookie, const Twine &ErrorStr) { argument
/freebsd-10-stable/contrib/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp225 std::string ErrorStr; local
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp42 createJIT(Module *M, std::string *ErrorStr, RTDyldMemoryManager *MemMgr, bool GVsWithCode, TargetMachine *TM) argument
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h206 std::string ErrorStr; member in class:llvm::RuntimeDyldImpl
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Basic/
H A DFileManager.cpp434 getBufferForFile(const FileEntry *Entry, std::string *ErrorStr, argument
475 getBufferForFile(StringRef Filename, std::string *ErrorStr) { argument
[all...]
H A DSourceManager.cpp99 std::string ErrorStr; local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
H A DModuleManager.cpp54 addModule(StringRef FileName, ModuleKind Type, SourceLocation ImportLoc, ModuleFile *ImportedBy, unsigned Generation, off_t ExpectedSize, time_t ExpectedModTime, ModuleFile *&Module, std::string &ErrorStr) argument
H A DGlobalModuleIndex.cpp472 std::string ErrorStr; local
H A DASTReader.cpp1690 std::string ErrorStr = "could not find file '"; local
3072 std::string ErrorStr; local
/freebsd-10-stable/contrib/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h513 std::string *ErrorStr; member in class:llvm::EngineBuilder
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/JIT/
H A DJIT.cpp73 createJIT(Module *M, std::string *ErrorStr, JITMemoryManager *JMM, bool GVsWithCode, TargetMachine *TM) argument
H A DJITMemoryManager.cpp687 bool DefaultJITMemoryManager::CheckInvariants(std::string &ErrorStr) { argument
/freebsd-10-stable/contrib/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp570 std::string ErrorStr = local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenAction.cpp355 std::string ErrorStr; local
361 << LinkBCFile << ErrorStr; local
368 << LinkBCFile << ErrorStr; local
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp395 create(Module *M, bool ForceInterpreter, std::string *ErrorStr, CodeGenOpt::Level OptLevel, bool GVsWithCode) argument
414 createJIT(Module *M, std::string *ErrorStr, JITMemoryManager *JMM, CodeGenOpt::Level OL, bool GVsWithCode, Reloc::Model RM, CodeModel::Model CMM) argument
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInstance.cpp633 std::string ErrorStr; local
640 Diags.Report(diag::err_cannot_open_file) << InputFile << ErrorStr; local
H A DASTUnit.cpp655 getBufferForFile(StringRef Filename, std::string *ErrorStr) argument

Completed in 289 milliseconds