Home
last modified time | relevance | path

Searched defs:emitError (Results 1 – 25 of 25) sorted by relevance

/external/llvm/lib/IR/
DLLVMContext.cpp218 void LLVMContext::emitError(const Twine &ErrorStr) { in emitError() function in LLVMContext
222 void LLVMContext::emitError(const Instruction *I, const Twine &ErrorStr) { in emitError() function in LLVMContext
273 void LLVMContext::emitError(unsigned LocCookie, const Twine &ErrorStr) { in emitError() function in LLVMContext
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLLVMContext.cpp176 void LLVMContext::emitError(const Twine &ErrorStr) { in emitError() function in LLVMContext
180 void LLVMContext::emitError(const Instruction *I, const Twine &ErrorStr) { in emitError() function in LLVMContext
238 void LLVMContext::emitError(unsigned LocCookie, const Twine &ErrorStr) { in emitError() function in LLVMContext
/external/llvm-project/llvm/lib/IR/
DLLVMContext.cpp203 void LLVMContext::emitError(const Twine &ErrorStr) { in emitError() function in LLVMContext
207 void LLVMContext::emitError(const Instruction *I, const Twine &ErrorStr) { in emitError() function in LLVMContext
265 void LLVMContext::emitError(unsigned LocCookie, const Twine &ErrorStr) { in emitError() function in LLVMContext
/external/llvm-project/mlir/lib/Parser/
DLexer.cpp52 Token Lexer::emitError(const char *loc, const Twine &message) { in emitError() function in Lexer
DDialectSymbolParser.cpp38 InFlightDiagnostic emitError(llvm::SMLoc loc, const Twine &message) override { in emitError() function in __anon06f94e2e0111::CustomDialectAsmParser
DParser.cpp78 InFlightDiagnostic Parser::emitError(SMLoc loc, const Twine &message) { in emitError() function in Parser
904 InFlightDiagnostic emitError(llvm::SMLoc loc, const Twine &message) override { in emitError() function in __anonbf9cd4220611::CustomOpAsmParser
/external/llvm-project/mlir/lib/IR/
DVerifier.cpp70 InFlightDiagnostic emitError(Block &bb, const Twine &message) { in emitError() function in __anon6dc65e1f0111::OperationVerifier
DDiagnostics.cpp301 InFlightDiagnostic mlir::emitError(Location loc) { return emitError(loc, {}); } in emitError() function in mlir
302 InFlightDiagnostic mlir::emitError(Location loc, const Twine &message) { in emitError() function in mlir
DOperation.cpp286 InFlightDiagnostic Operation::emitError(const Twine &message) { in emitError() function in Operation
671 InFlightDiagnostic OpState::emitError(const Twine &message) { in emitError() function in OpState
/external/llvm-project/mlir/tools/mlir-linalg-ods-gen/
Dmlir-linalg-ods-gen.cpp182 Token Lexer::emitError(llvm::SMLoc loc, const Twine &msg) { in emitError() function in Lexer
186 Token Lexer::emitError(const char *loc, const Twine &msg) { in emitError() function in Lexer
365 LogicalResult emitError(llvm::SMLoc loc, const Twine &msg) { in emitError() function in __anonded080e60211::Parser
369 LogicalResult emitError(const Twine &msg) { in emitError() function in __anonded080e60211::Parser
/external/llvm-project/mlir/tools/mlir-tblgen/
DLLVMIRConversionGen.cpp29 static bool emitError(const Twine &message) { in emitError() function
DOpFormatGen.cpp1881 Token FormatLexer::emitError(llvm::SMLoc loc, const Twine &msg) { in emitError() function in FormatLexer
1895 Token FormatLexer::emitError(const char *loc, const Twine &msg) { in emitError() function in FormatLexer
2155 LogicalResult emitError(llvm::SMLoc loc, const Twine &msg) { in emitError() function in __anon9484fe611611::FormatParser
/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp668 void LTOCodeGenerator::emitError(const std::string &ErrMsg) { in emitError() function in LTOCodeGenerator
/external/llvm-project/llvm/lib/LTO/
DLTOCodeGenerator.cpp732 void LTOCodeGenerator::emitError(const std::string &ErrMsg) { in emitError() function in LTOCodeGenerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOCodeGenerator.cpp707 void LTOCodeGenerator::emitError(const std::string &ErrMsg) { in emitError() function in LTOCodeGenerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
DLinkModules.cpp59 bool emitError(const Twine &Message) { in emitError() function in __anona785354f0111::ModuleLinker
/external/llvm-project/llvm/lib/Linker/
DLinkModules.cpp59 bool emitError(const Twine &Message) { in emitError() function in __anon2678ff3b0111::ModuleLinker
/external/llvm/lib/Linker/
DLinkModules.cpp62 bool emitError(const Twine &Message) { in emitError() function in __anonc41387ad0111::ModuleLinker
/external/llvm-project/flang/lib/Lower/
DConvertType.cpp462 mlir::InFlightDiagnostic emitError(const llvm::Twine &message) { in emitError() function in __anonef1683680111::TypeBuilder
/external/llvm-project/mlir/lib/Analysis/
DUtils.cpp449 bool emitError) { in boundCheckLoadOrStoreOp()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp2027 bool emitError = (DefaultCC == LangOptions::DCC_FastCall || in ParseLangArgs() local
/external/llvm/lib/CodeGen/
DMachineInstr.cpp2146 void MachineInstr::emitError(StringRef Msg) const { in emitError() function in MachineInstr
/external/llvm-project/llvm/lib/CodeGen/
DMachineInstr.cpp2084 void MachineInstr::emitError(StringRef Msg) const { in emitError() function in MachineInstr
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineInstr.cpp1992 void MachineInstr::emitError(StringRef Msg) const { in emitError() function in MachineInstr
/external/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp3206 bool emitError = (DefaultCC == LangOptions::DCC_FastCall || in ParseLangArgs() local