Home
last modified time | relevance | path

Searched defs:ErrorStr (Results 1 – 20 of 20) sorted by relevance

/external/llvm/lib/IR/
DLLVMContext.cpp129 void LLVMContext::emitError(const Twine &ErrorStr) { in emitError()
133 void LLVMContext::emitError(const Instruction *I, const Twine &ErrorStr) { in emitError()
188 void LLVMContext::emitError(unsigned LocCookie, const Twine &ErrorStr) { in emitError()
/external/llvm/tools/llvm-as/
Dllvm-as.cpp104 std::string ErrorStr; in main() local
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp270 std::string ErrorStr; in executeInput() local
313 std::string ErrorStr; in linkAndVerify() local
/external/clang/lib/Basic/
DFileManager.cpp383 getBufferForFile(const FileEntry *Entry, std::string *ErrorStr, in getBufferForFile()
428 getBufferForFile(StringRef Filename, std::string *ErrorStr) { in getBufferForFile()
DSourceManager.cpp97 std::string ErrorStr; in getBuffer() local
/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h574 std::string *ErrorStr; variable
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h239 std::string ErrorStr; variable
/external/clang/lib/Serialization/
DModuleManager.cpp60 std::string &ErrorStr) { in addModule()
DGlobalModuleIndex.cpp498 std::string ErrorStr; in loadModuleFile() local
DASTReader.cpp2100 std::string ErrorStr = "could not find file '"; in getInputFile() local
3634 std::string ErrorStr; in ReadASTCore() local
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp411 std::string *ErrorStr, in create()
430 std::string *ErrorStr, in createJIT()
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp46 std::string *ErrorStr, in createJIT()
/external/llvm/lib/ExecutionEngine/JIT/
DJIT.cpp75 std::string *ErrorStr, in createJIT()
DJITMemoryManager.cpp684 bool DefaultJITMemoryManager::CheckInvariants(std::string &ErrorStr) { in CheckInvariants()
/external/pcre/dist/
Dpcregexp.pas88 function ErrorStr : string; virtual; in ErrorStr() function
/external/clang/lib/CodeGen/
DCodeGenAction.cpp606 std::string ErrorStr; in CreateASTConsumer() local
/external/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp575 std::string ErrorStr = in parseDirectiveSection() local
/external/clang/lib/Frontend/
DCompilerInstance.cpp730 std::string ErrorStr; in InitializeSourceManager() local
DASTUnit.cpp642 std::string *ErrorStr) { in getBufferForFile()
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp2542 bool MipsAsmParser::eatComma(StringRef ErrorStr) { in eatComma()