Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp214 void LLVMContext::emitError(const Twine &ErrorStr) { emitError() function in LLVMContext
218 void LLVMContext::emitError(const Instruction *I, const Twine &ErrorStr) { emitError() function in LLVMContext
279 void LLVMContext::emitError(uint64_t LocCookie, const Twine &ErrorStr) { emitError() function in LLVMContext
/freebsd-src/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp769 void LTOCodeGenerator::emitError(const std::string &ErrMsg) { emitError() function in LTOCodeGenerator
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Linker/
H A DLinkModules.cpp60 bool emitError(const Twine &Message) { in emitError() function in __anona925769d0111::ModuleLinker
/freebsd-src/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp654 bool emitError(llvm::Twine Message) { emitError() function in __anon561c0f8f1211::YAMLConverter
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp2131 void MachineInstr::emitError(StringRef Msg) const { emitError() function in MachineInstr
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp651 bool emitError = (DefaultCC == LangOptions::DCC_FastCall || FixupInvocation() local