|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/IR/LLVMContext.h 289 void emitError(const Twine &ErrorStr);
References
lib/Bitcode/Reader/BitcodeReader.cpp 850 Ctx.emitError(EIB.message());
lib/CodeGen/RegAllocBase.cpp 131 Context.emitError("ran out of registers during register allocation");
lib/CodeGen/RegAllocGreedy.cpp 2782 Ctx.emitError("register allocation failed: maximum depth for recoloring "
2786 Ctx.emitError("register allocation failed: maximum interference for "
2790 Ctx.emitError("register allocation failed: maximum interference and "
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp 342 return Ctx.emitError(ErrMsg);
lib/CodeGen/SelectionDAG/TargetLowering.cpp 5334 DAG.getContext()->emitError("argument to '__builtin_return_address' must "
lib/CodeGen/VirtRegMap.cpp 442 MF->getFunction().getContext().emitError(
lib/LTO/LTOModule.cpp 114 Context.emitError(EC.message());
136 Context.emitError(EC.message());
176 Context.emitError(EC.message());
lib/Target/AMDGPU/AMDGPUMCInstLower.cpp 203 C.emitError("AMDGPUMCInstLower::lower - Pseudo instruction doesn't have "
267 C.emitError("Illegal instruction detected: " + Err);
391 C.emitError("Illegal instruction detected: " + Err);
lib/Target/AMDGPU/AMDILCFGStructurizer.cpp 1592 Ctx.emitError("Extra register needed to handle CFG");
lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp 569 Ctx.emitError("can't parse integer attribute " + Name);
588 Ctx.emitError("can't parse first integer attribute " + Name);
593 Ctx.emitError("can't parse second integer attribute " + Name);
lib/Target/ARM/ARMTargetMachine.cpp 291 F.getContext().emitError("Function '" + F.getName() + "' uses ARM "
lib/Target/Mips/MipsISelLowering.cpp 2377 DAG.getContext()->emitError(
2398 DAG.getContext()->emitError(
lib/Transforms/Instrumentation/GCOVProfiling.cpp 463 Ctx->emitError(Twine("Regex ") + HeadTail.first +
683 Ctx->emitError(Twine("failed to open coverage notes file for writing: ") +
lib/Transforms/Instrumentation/SanitizerCoverage.cpp 433 C->emitError(StringRef("'") + SanCovLowestStackName +