Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DLLVMContext.h286 void emitError(unsigned LocCookie, const Twine &ErrorStr);
287 void emitError(const Instruction *I, const Twine &ErrorStr);
288 void emitError(const Twine &ErrorStr);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DLLVMContext.h251 void emitError(unsigned LocCookie, const Twine &ErrorStr);
252 void emitError(const Instruction *I, const Twine &ErrorStr);
253 void emitError(const Twine &ErrorStr);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
DLinkModules.cpp59 bool emitError(const Twine &Message) { in emitError() function in __anon7e51f9950111::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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOCodeGenerator.cpp236 emitError(ErrMsg); in writeMergedModules()
247 emitError(ErrMsg); in writeMergedModules()
267 emitError(EC.message()); in compileOptimizedToFile()
277 emitError((Twine("could not write object file: ") + Filename + ": " + in compileOptimizedToFile()
306 emitError(EC.message()); in compileOptimized()
353 emitError(ErrMsg); in determineTarget()
707 void LTOCodeGenerator::emitError(const std::string &ErrMsg) { in emitError() function in LTOCodeGenerator
DLTOModule.cpp114 Context.emitError(EC.message()); in createFromFile()
136 Context.emitError(EC.message()); in createFromOpenFileSlice()
176 Context.emitError(EC.message()); in parseBitcodeFileImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegAllocBase.cpp127 MI->emitError("inline assembly requires more registers than available"); in allocatePhysRegs()
131 Context.emitError("ran out of registers during register allocation"); in allocatePhysRegs()
DXRayInstrumentation.cpp199 FirstMI.emitError("An attempt to perform XRay instrumentation for an" in runOnMachineFunction()
DRegAllocFast.cpp740 MI.emitError("inline assembly requires more registers than available"); in allocVirtReg()
742 MI.emitError("ran out of registers during register allocation"); in allocVirtReg()
DVirtRegMap.cpp442 MF->getFunction().getContext().emitError( in expandCopyBundle()
DRegAllocGreedy.cpp2782 Ctx.emitError("register allocation failed: maximum depth for recoloring " in selectOrSplit()
2786 Ctx.emitError("register allocation failed: maximum interference for " in selectOrSplit()
2790 Ctx.emitError("register allocation failed: maximum interference and " in selectOrSplit()
DMachineInstr.cpp1992 void MachineInstr::emitError(StringRef Msg) const { in emitError() function in MachineInstr
2010 return MF->getMMI().getModule()->getContext().emitError(LocCookie, Msg); in emitError()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLLVMContext.cpp176 void LLVMContext::emitError(const Twine &ErrorStr) { in emitError() function in LLVMContext
180 void LLVMContext::emitError(const Instruction *I, const Twine &ErrorStr) { in emitError() function in LLVMContext
238 void LLVMContext::emitError(unsigned LocCookie, const Twine &ErrorStr) { in emitError() function in LLVMContext
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUMCInstLower.cpp203 C.emitError("AMDGPUMCInstLower::lower - Pseudo instruction doesn't have " in lower()
267 C.emitError("Illegal instruction detected: " + Err); in EmitInstruction()
391 C.emitError("Illegal instruction detected: " + Err); in EmitInstruction()
DAMDGPUPrintfRuntimeBinding.cpp588 M.getContext().emitError( in runOnModule()
DAMDILCFGStructurizer.cpp1593 Ctx.emitError("Extra register needed to handle CFG"); in normalizeInfiniteLoopExit()
/third_party/weex-loader/src/
Dutil.js85 loader.emitError('errorStartERROR File:' + loader.resourcePath + ':' +
88 loader.emitError('errorStartERROR File:' + loader.resourcePath +
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/
DLTOCodeGenerator.h212 void emitError(const std::string &ErrMsg);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMMCInstLower.cpp173 MI.emitError("An attempt to perform XRay instrumentation for a" in EmitSled()
DARMTargetMachine.cpp291 F.getContext().emitError("Function '" + F.getName() + "' uses ARM " in getSubtargetImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterInlineAsm.cpp303 MMI->getModule()->getContext().emitError(LocCookie, Msg.str()); in EmitMSInlineAsmStr()
482 MMI->getModule()->getContext().emitError(LocCookie, Msg.str()); in EmitGCCInlineAsmStr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.cpp573 Ctx.emitError("can't parse integer attribute " + Name); in getIntegerAttribute()
592 Ctx.emitError("can't parse first integer attribute " + Name); in getIntegerPairAttribute()
597 Ctx.emitError("can't parse second integer attribute " + Name); in getIntegerPairAttribute()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FloatingPoint.cpp1569 MI.emitError("fixed input regs must be last on the x87 stack"); in handleSpecialFP()
1574 MI.emitError("output regs must be last on the x87 stack"); in handleSpecialFP()
1581 MI.emitError("clobbers must be last on the x87 stack"); in handleSpecialFP()
1586 MI.emitError("implicitly popped regs must be last on the x87 stack"); in handleSpecialFP()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp464 Ctx->emitError(Twine("Regex ") + HeadTail.first + in createRegexesFromString()
684 Ctx->emitError(Twine("failed to open coverage notes file for writing: ") + in emitProfileNotes()
DSanitizerCoverage.cpp434 C->emitError(StringRef("'") + SanCovLowestStackName + in instrumentModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstr.h420 void emitError(StringRef Msg) const;

12