| /freebsd-12.1/contrib/llvm/lib/Linker/ |
| H A D | LinkModules.cpp | 60 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 D | LTOCodeGenerator.cpp | 219 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 D | LTOModule.cpp | 115 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 D | LLVMContext.h | 307 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 D | LLVMContext.cpp | 191 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 D | AMDGPUMCInstLower.cpp | 192 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 D | AMDILCFGStructurizer.cpp | 1593 Ctx.emitError("Extra register needed to handle CFG"); in normalizeInfiniteLoopExit()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | RegAllocBase.cpp | 129 MI->emitError("inline assembly requires more registers than available"); in allocatePhysRegs()
|
| H A D | XRayInstrumentation.cpp | 197 FirstMI.emitError("An attempt to perform XRay instrumentation for an" in runOnMachineFunction()
|
| H A D | RegAllocFast.cpp | 615 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 D | VirtRegMap.cpp | 444 MF->getFunction().getContext().emitError( in expandCopyBundle()
|
| H A D | RegAllocGreedy.cpp | 2766 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 D | MachineInstr.cpp | 1965 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 D | LTOCodeGenerator.h | 211 void emitError(const std::string &ErrMsg);
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinterInlineAsm.cpp | 284 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 D | AMDGPUBaseInfo.cpp | 480 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 D | ARMMCInstLower.cpp | 174 MI.emitError("An attempt to perform XRay instrumentation for a" in EmitSled()
|
| H A D | ARMTargetMachine.cpp | 276 F.getContext().emitError("Function '" + F.getName() + "' uses ARM " in getSubtargetImpl()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86FloatingPoint.cpp | 1557 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 D | GCOVProfiling.cpp | 461 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 D | MachineInstr.h | 403 void emitError(StringRef Msg) const;
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 2769 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 D | SelectionDAGBuilder.cpp | 332 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 D | TargetLowering.cpp | 4006 DAG.getContext()->emitError("argument to '__builtin_return_address' must " in verifyReturnAddressArgumentIsConstant()
|
| /freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 767 Ctx.emitError(EIB.message()); in errorToErrorCodeAndEmitErrors()
|