/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | LLVMContext.h | 286 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/ |
D | LLVMContext.h | 251 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/ |
D | LinkModules.cpp | 59 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/ |
D | LTOCodeGenerator.cpp | 236 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
|
D | LTOModule.cpp | 114 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/ |
D | RegAllocBase.cpp | 127 MI->emitError("inline assembly requires more registers than available"); in allocatePhysRegs() 131 Context.emitError("ran out of registers during register allocation"); in allocatePhysRegs()
|
D | XRayInstrumentation.cpp | 199 FirstMI.emitError("An attempt to perform XRay instrumentation for an" in runOnMachineFunction()
|
D | RegAllocFast.cpp | 740 MI.emitError("inline assembly requires more registers than available"); in allocVirtReg() 742 MI.emitError("ran out of registers during register allocation"); in allocVirtReg()
|
D | VirtRegMap.cpp | 442 MF->getFunction().getContext().emitError( in expandCopyBundle()
|
D | RegAllocGreedy.cpp | 2782 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()
|
D | MachineInstr.cpp | 1992 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/ |
D | LLVMContext.cpp | 176 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/ |
D | AMDGPUMCInstLower.cpp | 203 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()
|
D | AMDGPUPrintfRuntimeBinding.cpp | 588 M.getContext().emitError( in runOnModule()
|
D | AMDILCFGStructurizer.cpp | 1593 Ctx.emitError("Extra register needed to handle CFG"); in normalizeInfiniteLoopExit()
|
/third_party/weex-loader/src/ |
D | util.js | 85 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/ |
D | LTOCodeGenerator.h | 212 void emitError(const std::string &ErrMsg);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMMCInstLower.cpp | 173 MI.emitError("An attempt to perform XRay instrumentation for a" in EmitSled()
|
D | ARMTargetMachine.cpp | 291 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/ |
D | AsmPrinterInlineAsm.cpp | 303 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/ |
D | AMDGPUBaseInfo.cpp | 573 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/ |
D | X86FloatingPoint.cpp | 1569 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/ |
D | GCOVProfiling.cpp | 464 Ctx->emitError(Twine("Regex ") + HeadTail.first + in createRegexesFromString() 684 Ctx->emitError(Twine("failed to open coverage notes file for writing: ") + in emitProfileNotes()
|
D | SanitizerCoverage.cpp | 434 C->emitError(StringRef("'") + SanCovLowestStackName + in instrumentModule()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 420 void emitError(StringRef Msg) const;
|