Searched defs:emitError (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp176 void LLVMContext::emitError(const Twine &ErrorStr) { function in class:LLVMContext
180 void LLVMContext::emitError(const Instruction *I, const Twine &ErrorStr) { function in class:LLVMContext
238 void LLVMContext::emitError(unsigned LocCookie, const Twine &ErrorStr) { function in class:LLVMContext
/freebsd-12-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp707 void LTOCodeGenerator::emitError(const std::string &ErrMsg) { function in class:LTOCodeGenerator
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Linker/
H A DLinkModules.cpp59 bool emitError(const Twine &Message) { function in class:__anon4774::ModuleLinker
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp3003 bool emitError = (DefaultCC == LangOptions::DCC_FastCall || local

Completed in 171 milliseconds