Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Linker/
H A DLinkModules.cpp60 bool emitError(const Twine &Message) { in emitError() function in __anona9609fb00111::ModuleLinker
138 return emitError("Linking COMDATs named '" + ComdatName + in getComdatLeader()
144 return emitError( in getComdatLeader()
172 return emitError("Linking COMDATs named '" + ComdatName + in computeResultingSelectionKind()
182 return emitError("Linking COMDATs named '" + ComdatName + in computeResultingSelectionKind()
199 return emitError("Linking COMDATs named '" + ComdatName + in computeResultingSelectionKind()
206 return emitError("Linking COMDATs named '" + ComdatName + in computeResultingSelectionKind()
325 return emitError("Linking globals named '" + Src.getName() + in shouldLinkFromSource()
/freebsd-12.1/contrib/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp219 emitError(ErrMsg); in writeMergedModules()
230 emitError(ErrMsg); in writeMergedModules()
250 emitError(EC.message()); in compileOptimizedToFile()
260 emitError((Twine("could not write object file: ") + Filename + ": " + in compileOptimizedToFile()
289 emitError(EC.message()); in compileOptimized()
336 emitError(ErrMsg); in determineTarget()
677 void LTOCodeGenerator::emitError(const std::string &ErrMsg) { in emitError() function in LTOCodeGenerator
H A DLTOModule.cpp115 Context.emitError(EC.message()); in createFromFile()
136 Context.emitError(EC.message()); in createFromOpenFileSlice()
176 Context.emitError(EC.message()); in parseBitcodeFileImpl()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DLLVMContext.h307 void emitError(unsigned LocCookie, const Twine &ErrorStr);
308 void emitError(const Instruction *I, const Twine &ErrorStr);
309 void emitError(const Twine &ErrorStr);
/freebsd-12.1/contrib/llvm/lib/IR/
H A DLLVMContext.cpp191 void LLVMContext::emitError(const Twine &ErrorStr) { in emitError() function in LLVMContext
195 void LLVMContext::emitError(const Instruction *I, const Twine &ErrorStr) { in emitError() function in LLVMContext
257 void LLVMContext::emitError(unsigned LocCookie, const Twine &ErrorStr) { in emitError() function in LLVMContext
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUMCInstLower.cpp192 C.emitError("AMDGPUMCInstLower::lower - Pseudo instruction doesn't have " in lower()
252 C.emitError("Illegal instruction detected: " + Err); in EmitInstruction()
379 C.emitError("Illegal instruction detected: " + Err); in EmitInstruction()
H A DAMDILCFGStructurizer.cpp1593 Ctx.emitError("Extra register needed to handle CFG"); in normalizeInfiniteLoopExit()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DRegAllocBase.cpp129 MI->emitError("inline assembly requires more registers than available"); in allocatePhysRegs()
H A DXRayInstrumentation.cpp197 FirstMI.emitError("An attempt to perform XRay instrumentation for an" in runOnMachineFunction()
H A DRegAllocFast.cpp615 MI.emitError("inline assembly requires more registers than available"); in allocVirtReg()
617 MI.emitError("ran out of registers during register allocation"); in allocVirtReg()
H A DVirtRegMap.cpp444 MF->getFunction().getContext().emitError( in expandCopyBundle()
H A DRegAllocGreedy.cpp2766 Ctx.emitError("register allocation failed: maximum depth for recoloring " in selectOrSplit()
2770 Ctx.emitError("register allocation failed: maximum interference for " in selectOrSplit()
2774 Ctx.emitError("register allocation failed: maximum interference and " in selectOrSplit()
H A DMachineInstr.cpp1965 void MachineInstr::emitError(StringRef Msg) const { in emitError() function in MachineInstr
1983 return MF->getMMI().getModule()->getContext().emitError(LocCookie, Msg); in emitError()
/freebsd-12.1/contrib/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h211 void emitError(const std::string &ErrMsg);
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp284 MMI->getModule()->getContext().emitError(LocCookie, Msg.str()); in EmitMSInlineAsmStr()
457 MMI->getModule()->getContext().emitError(LocCookie, Msg.str()); in EmitGCCInlineAsmStr()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp480 Ctx.emitError("can't parse integer attribute " + Name); in getIntegerAttribute()
499 Ctx.emitError("can't parse first integer attribute " + Name); in getIntegerPairAttribute()
504 Ctx.emitError("can't parse second integer attribute " + Name); in getIntegerPairAttribute()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMMCInstLower.cpp174 MI.emitError("An attempt to perform XRay instrumentation for a" in EmitSled()
H A DARMTargetMachine.cpp276 F.getContext().emitError("Function '" + F.getName() + "' uses ARM " in getSubtargetImpl()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp1557 MI.emitError("fixed input regs must be last on the x87 stack"); in handleSpecialFP()
1562 MI.emitError("output regs must be last on the x87 stack"); in handleSpecialFP()
1569 MI.emitError("clobbers must be last on the x87 stack"); in handleSpecialFP()
1574 MI.emitError("implicitly popped regs must be last on the x87 stack"); in handleSpecialFP()
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp461 Ctx->emitError(Twine("Regex ") + HeadTail.first + in createRegexesFromString()
675 Ctx->emitError(Twine("failed to open coverage notes file for writing: ") + in emitProfileNotes()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineInstr.h403 void emitError(StringRef Msg) const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp2769 bool emitError = (DefaultCC == LangOptions::DCC_FastCall || in ParseLangArgs() local
2772 emitError |= (DefaultCC == LangOptions::DCC_VectorCall || in ParseLangArgs()
2775 if (emitError) in ParseLangArgs()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp332 return Ctx.emitError(ErrMsg); in diagnosePossiblyInvalidConstraint()
337 return Ctx.emitError(I, ErrMsg + AsmError); in diagnosePossiblyInvalidConstraint()
339 return Ctx.emitError(I, ErrMsg); in diagnosePossiblyInvalidConstraint()
7967 Ctx.emitError(CS.getInstruction(), Message); in emitInlineAsmError()
H A DTargetLowering.cpp4006 DAG.getContext()->emitError("argument to '__builtin_return_address' must " in verifyReturnAddressArgumentIsConstant()
/freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp767 Ctx.emitError(EIB.message()); in errorToErrorCodeAndEmitErrors()