Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DLLVMContext.cpp158 void LLVMContext::emitError(const Twine &ErrorStr) { in emitError()
162 void LLVMContext::emitError(const Instruction *I, const Twine &ErrorStr) { in emitError()
224 void LLVMContext::emitError(unsigned LocCookie, const Twine &ErrorStr) { in emitError()
/external/llvm/tools/llvm-as/
Dllvm-as.cpp109 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.cpp316 std::string ErrorStr; in executeInput() local
487 std::string ErrorStr; in linkAndVerify() local
/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h501 std::string *ErrorStr; variable
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h260 std::string ErrorStr; variable
/external/clang/lib/Serialization/
DModuleManager.cpp63 std::string &ErrorStr) { in addModule()
DASTReader.cpp2195 std::string ErrorStr = "could not find file '"; in getInputFile() local
3833 std::string ErrorStr; in ReadASTCore() local
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp47 std::string *ErrorStr, in createJIT()
/external/pcre/dist/
Dpcregexp.pas88 function ErrorStr : string; virtual; in ErrorStr() function
/external/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp575 std::string ErrorStr = in parseDirectiveSection() local
/external/clang/lib/Frontend/
DASTUnit.cpp632 ASTUnit::getBufferForFile(StringRef Filename, std::string *ErrorStr) { in getBufferForFile()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp465 std::string ErrorStr; in init() local
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp3728 bool MipsAsmParser::eatComma(StringRef ErrorStr) { in eatComma()