Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp221 void LLVMContext::emitError(const Twine &ErrorStr) { in emitError() function in LLVMContext
225 void LLVMContext::emitError(const Instruction *I, const Twine &ErrorStr) { in emitError() function in LLVMContext
286 void LLVMContext::emitError(uint64_t LocCookie, const Twine &ErrorStr) { in emitError() function in LLVMContext
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp761 void LTOCodeGenerator::emitError(const std::string &ErrMsg) { in emitError() function in LTOCodeGenerator
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DLinkModules.cpp60 bool emitError(const Twine &Message) { in emitError() function in __anon6b58b84b0111::ModuleLinker
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp658 bool emitError(llvm::Twine Message) { in emitError() function in __anon10d1463d1211::YAMLConverter
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp2201 void MachineInstr::emitError(StringRef Msg) const { in emitError() function in MachineInstr
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp675 bool emitError = (DefaultCC == LangOptions::DCC_FastCall || in FixupInvocation() local