Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/IR/
H A DLLVMContext.cpp209 void LLVMContext::emitError(const Twine &ErrorStr) { in emitError() function in LLVMContext
213 void LLVMContext::emitError(const Instruction *I, const Twine &ErrorStr) { in emitError() function in LLVMContext
271 void LLVMContext::emitError(uint64_t LocCookie, const Twine &ErrorStr) { in emitError() function in LLVMContext
/openbsd/gnu/llvm/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp768 void LTOCodeGenerator::emitError(const std::string &ErrMsg) { in emitError() function in LTOCodeGenerator
/openbsd/gnu/llvm/llvm/lib/Linker/
H A DLinkModules.cpp60 bool emitError(const Twine &Message) { in emitError() function in __anon7ff018980111::ModuleLinker
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMachineInstr.cpp2095 void MachineInstr::emitError(StringRef Msg) const { in emitError() function in MachineInstr
/openbsd/gnu/llvm/clang/lib/Frontend/
H A DCompilerInvocation.cpp553 bool emitError = (DefaultCC == LangOptions::DCC_FastCall || in FixupInvocation() local