| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | LLVMContext.h | 293 void emitError(uint64_t LocCookie, const Twine &ErrorStr); 294 void emitError(const Instruction *I, const Twine &ErrorStr); 295 void emitError(const Twine &ErrorStr);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Linker/ |
| H A D | LinkModules.cpp | 59 bool emitError(const Twine &Message) { in emitError() function in __anon41527eff0111::ModuleLinker 137 return emitError("Linking COMDATs named '" + ComdatName + in getComdatLeader() 143 return emitError( in getComdatLeader() 171 return emitError("Linking COMDATs named '" + ComdatName + in computeResultingSelectionKind() 194 return emitError("Linking COMDATs named '" + ComdatName + in computeResultingSelectionKind() 214 return emitError("Linking COMDATs named '" + ComdatName + in computeResultingSelectionKind() 221 return emitError("Linking COMDATs named '" + ComdatName + in computeResultingSelectionKind() 340 return emitError("Linking globals named '" + Src.getName() + in shouldLinkFromSource()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTOCodeGenerator.cpp | 224 emitError(ErrMsg); in writeMergedModules() 235 emitError(ErrMsg); in writeMergedModules() 256 emitError(EC.message()); in compileOptimizedToFile() 291 emitError(EC.message()); in compileOptimized() 331 emitError(ErrMsg); in determineTarget() 553 emitError("LTO middle-end optimizations failed"); in optimize() 680 void LTOCodeGenerator::emitError(const std::string &ErrMsg) { in emitError() function in LTOCodeGenerator
|
| H A D | LTOModule.cpp | 116 Context.emitError(EC.message()); in createFromFile() 138 Context.emitError(EC.message()); in createFromOpenFileSlice() 178 Context.emitError(EC.message()); in parseBitcodeFileImpl()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TFUtils.cpp | 115 Ctx.emitError("Unable to parse JSON Value as spec (" + Message + "): " + S); in getTensorSpecFromJSON() 158 Ctx.emitError("Error opening output specs file: " + FileName + " : " + in loadOutputSpecs() 164 Ctx.emitError("Could not parse specs file: " + FileName); in loadOutputSpecs() 169 Ctx.emitError("Expected an array of {tensor_spec:<TensorSpec>, " in loadOutputSpecs() 182 Ctx.emitError( in loadOutputSpecs() 192 Ctx.emitError( in loadOutputSpecs() 201 Ctx.emitError("The first output spec must describe the decision tensor, " in loadOutputSpecs()
|
| H A D | ReplayInlineAdvisor.cpp | 34 Context.emitError("Could not open remarks file: " + EC.message()); in ReplayInlineAdvisor()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | RegAllocBase.cpp | 132 MI->emitError("inline assembly requires more registers than available"); in allocatePhysRegs() 136 Context.emitError("ran out of registers during register allocation"); in allocatePhysRegs()
|
| H A D | XRayInstrumentation.cpp | 212 FirstMI.emitError("An attempt to perform XRay instrumentation for an" in runOnMachineFunction()
|
| H A D | VirtRegMap.cpp | 484 MF->getFunction().getContext().emitError( in expandCopyBundle()
|
| H A D | RegAllocFast.cpp | 820 MI.emitError("inline assembly requires more registers than available"); in allocVirtReg() 822 MI.emitError("ran out of registers during register allocation"); in allocVirtReg()
|
| H A D | RegAllocGreedy.cpp | 2804 Ctx.emitError("register allocation failed: maximum depth for recoloring " in selectOrSplit() 2808 Ctx.emitError("register allocation failed: maximum interference for " in selectOrSplit() 2812 Ctx.emitError("register allocation failed: maximum interference and " in selectOrSplit()
|
| H A D | MachineInstr.cpp | 2084 void MachineInstr::emitError(StringRef Msg) const { in emitError() function in MachineInstr 2102 return MF->getMMI().getModule()->getContext().emitError(LocCookie, Msg); in emitError()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | LLVMContext.cpp | 189 void LLVMContext::emitError(const Twine &ErrorStr) { in emitError() function in LLVMContext 193 void LLVMContext::emitError(const Instruction *I, const Twine &ErrorStr) { in emitError() function in LLVMContext 251 void LLVMContext::emitError(uint64_t LocCookie, const Twine &ErrorStr) { in emitError() function in LLVMContext
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUMCInstLower.cpp | 173 C.emitError("AMDGPUMCInstLower::lower - Pseudo instruction doesn't have " in lower() 237 C.emitError("Illegal instruction detected: " + Err); in emitInstruction() 349 C.emitError("Illegal instruction detected: " + Err); in emitInstruction()
|
| H A D | AMDGPUPrintfRuntimeBinding.cpp | 568 M.getContext().emitError( in run()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/LTO/legacy/ |
| H A D | LTOCodeGenerator.h | 213 void emitError(const std::string &ErrMsg);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMMCInstLower.cpp | 173 MI.emitError("An attempt to perform XRay instrumentation for a" in EmitSled()
|
| H A D | ARMTargetMachine.cpp | 300 F.getContext().emitError("Function '" + F.getName() + "' uses ARM " in getSubtargetImpl()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinterInlineAsm.cpp | 264 MMI->getModule()->getContext().emitError(LocCookie, Msg.str()); in EmitMSInlineAsmStr() 446 MMI->getModule()->getContext().emitError(LocCookie, Msg.str()); in EmitGCCInlineAsmStr()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FloatingPoint.cpp | 1611 MI.emitError("fixed input regs must be last on the x87 stack"); in handleSpecialFP() 1616 MI.emitError("output regs must be last on the x87 stack"); in handleSpecialFP() 1623 MI.emitError("clobbers must be last on the x87 stack"); in handleSpecialFP() 1628 MI.emitError("implicitly popped regs must be last on the x87 stack"); in handleSpecialFP()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | IndirectCallPromotion.cpp | 397 M.getContext().emitError("Failed to create symtab: " + SymtabFailure); in promoteIndirectCalls()
|
| H A D | GCOVProfiling.cpp | 507 Ctx->emitError(Twine("Regex ") + HeadTail.first + in createRegexesFromString() 993 Ctx->emitError( in emitProfileNotes()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUBaseInfo.cpp | 860 Ctx.emitError("can't parse integer attribute " + Name); in getIntegerAttribute() 879 Ctx.emitError("can't parse first integer attribute " + Name); in getIntegerPairAttribute() 884 Ctx.emitError("can't parse second integer attribute " + Name); in getIntegerPairAttribute()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | Inliner.cpp | 1177 M.getContext().emitError( in run()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstr.h | 483 void emitError(StringRef Msg) const;
|