Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DLLVMContext.cpp202 void LLVMContext::emitError(const Twine &ErrorStr) { in emitError()
206 void LLVMContext::emitError(const Instruction *I, const Twine &ErrorStr) { in emitError()
274 void LLVMContext::emitError(unsigned LocCookie, const Twine &ErrorStr) { in emitError()
/external/llvm/tools/llvm-as/
Dllvm-as.cpp108 std::string ErrorStr; in main() local
/external/clang/examples/clang-interpreter/
Dmain.cpp46 createExecutionEngine(std::unique_ptr<llvm::Module> M, std::string *ErrorStr) { in createExecutionEngine()
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp429 std::string ErrorStr; in executeInput() local
609 std::string ErrorStr; in linkAndVerify() local
/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h516 std::string *ErrorStr; variable
/external/clang/lib/Serialization/
DModuleManager.cpp64 std::string &ErrorStr) { in addModule()
DASTReader.cpp1949 std::string ErrorStr = "could not find file '"; in getInputFile() local
3727 std::string ErrorStr; in ReadASTCore() local
/external/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp360 std::string ErrorStr; in main() local
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h303 std::string ErrorStr; variable
/external/pcre/dist/
Dpcregexp.pas88 function ErrorStr : string; virtual; in ErrorStr() function
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp47 std::string *ErrorStr, in createJIT()
/external/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp584 std::string ErrorStr = in parseDirectiveSection() local
/external/clang/lib/Frontend/
DASTUnit.cpp634 ASTUnit::getBufferForFile(StringRef Filename, std::string *ErrorStr) { in getBufferForFile()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp574 std::string ErrorStr; in init() local
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp5269 bool MipsAsmParser::eatComma(StringRef ErrorStr) { in eatComma()