| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Linker/ |
| H A D | LinkModules.cpp | 59 bool emitError(const Twine &Message) { in emitError() function in __anonc23b2f560111::ModuleLinker 137 return emitError("Linking COMDATs named '" + ComdatName + in getComdatLeader() 143 return emitError( in getComdatLeader() 171 return emitError("Linking COMDATs named '" + ComdatName + in computeResultingSelectionKind() 181 return emitError("Linking COMDATs named '" + ComdatName + in computeResultingSelectionKind() 198 return emitError("Linking COMDATs named '" + ComdatName + in computeResultingSelectionKind() 205 return emitError("Linking COMDATs named '" + ComdatName + in computeResultingSelectionKind() 324 return emitError("Linking globals named '" + Src.getName() + in shouldLinkFromSource()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | TFUtils.cpp | 187 Ctx.emitError("Unable to parse JSON Value as spec (" + Message + "): " + S); in getTensorSpecFromJSON() 230 Ctx.emitError("Error opening output specs file: " + FileName + " : " + in loadOutputSpecs() 236 Ctx.emitError("Could not parse specs file: " + FileName); in loadOutputSpecs() 241 Ctx.emitError("Expected an array of {tensor_spec:<TensorSpec>, " in loadOutputSpecs() 254 Ctx.emitError( in loadOutputSpecs() 264 Ctx.emitError( in loadOutputSpecs() 273 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()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | LLVMContext.h | 293 void emitError(unsigned LocCookie, const Twine &ErrorStr); 294 void emitError(const Instruction *I, const Twine &ErrorStr); 295 void emitError(const Twine &ErrorStr);
|
| /netbsd-src/external/apache2/llvm/dist/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 | 468 MF->getFunction().getContext().emitError( in expandCopyBundle()
|
| H A D | RegAllocFast.cpp | 806 MI.emitError("inline assembly requires more registers than available"); in allocVirtReg() 808 MI.emitError("ran out of registers during register allocation"); in allocVirtReg()
|
| H A D | RegAllocGreedy.cpp | 2785 Ctx.emitError("register allocation failed: maximum depth for recoloring " in selectOrSplit() 2789 Ctx.emitError("register allocation failed: maximum interference for " in selectOrSplit() 2793 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()
|
| /netbsd-src/external/apache2/llvm/dist/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(unsigned LocCookie, const Twine &ErrorStr) { in emitError() function in LLVMContext
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUMCInstLower.cpp | 201 C.emitError("AMDGPUMCInstLower::lower - Pseudo instruction doesn't have " in lower() 265 C.emitError("Illegal instruction detected: " + Err); in emitInstruction() 377 C.emitError("Illegal instruction detected: " + Err); in emitInstruction()
|
| H A D | AMDGPUPrintfRuntimeBinding.cpp | 574 M.getContext().emitError( in run()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/legacy/ |
| H A D | LTOCodeGenerator.h | 213 void emitError(const std::string &ErrMsg);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinterInlineAsm.cpp | 263 MMI->getModule()->getContext().emitError(LocCookie, Msg.str()); in EmitMSInlineAsmStr() 445 MMI->getModule()->getContext().emitError(LocCookie, Msg.str()); in EmitGCCInlineAsmStr()
|
| /netbsd-src/external/apache2/llvm/dist/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 | 299 F.getContext().emitError("Function '" + F.getName() + "' uses ARM " in getSubtargetImpl()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86FloatingPoint.cpp | 1574 MI.emitError("fixed input regs must be last on the x87 stack"); in handleSpecialFP() 1579 MI.emitError("output regs must be last on the x87 stack"); in handleSpecialFP() 1586 MI.emitError("clobbers must be last on the x87 stack"); in handleSpecialFP() 1591 MI.emitError("implicitly popped regs must be last on the x87 stack"); in handleSpecialFP()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| H A D | IndirectCallPromotion.cpp | 396 M.getContext().emitError("Failed to create symtab: " + SymtabFailure); in promoteIndirectCalls()
|
| H A D | GCOVProfiling.cpp | 507 Ctx->emitError(Twine("Regex ") + HeadTail.first + in createRegexesFromString() 991 Ctx->emitError( in emitProfileNotes()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | Inliner.cpp | 1020 M.getContext().emitError( in run()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstr.h | 472 void emitError(StringRef Msg) const;
|