HomeSort by: relevance | last modified time | path
    Searched refs:emitError (Results 1 - 25 of 33) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
LLVMContext.h 288 /// emitError - Emit an error message to the currently installed error handler
293 void emitError(unsigned LocCookie, const Twine &ErrorStr);
294 void emitError(const Instruction *I, const Twine &ErrorStr);
295 void emitError(const Twine &ErrorStr);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
RegAllocBase.cpp 132 MI->emitError("inline assembly requires more registers than available");
136 Context.emitError("ran out of registers during register allocation");
XRayInstrumentation.cpp 212 FirstMI.emitError("An attempt to perform XRay instrumentation for an"
VirtRegMap.cpp 468 MF->getFunction().getContext().emitError(
RegAllocFast.cpp 806 MI.emitError("inline assembly requires more registers than available");
808 MI.emitError("ran out of registers during register allocation");
RegAllocGreedy.cpp 2785 Ctx.emitError("register allocation failed: maximum depth for recoloring "
2789 Ctx.emitError("register allocation failed: maximum interference for "
2793 Ctx.emitError("register allocation failed: maximum interference and "
MachineInstr.cpp 2084 void MachineInstr::emitError(StringRef Msg) const {
2102 return MF->getMMI().getModule()->getContext().emitError(LocCookie, Msg);
  /src/external/apache2/llvm/dist/llvm/lib/Linker/
LinkModules.cpp 59 bool emitError(const Twine &Message) {
137 return emitError("Linking COMDATs named '" + ComdatName +
143 return emitError(
171 return emitError("Linking COMDATs named '" + ComdatName +
181 return emitError("Linking COMDATs named '" + ComdatName +
198 return emitError("Linking COMDATs named '" + ComdatName +
205 return emitError("Linking COMDATs named '" + ComdatName +
324 return emitError("Linking globals named '" + Src.getName() +
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ReplayInlineAdvisor.cpp 34 Context.emitError("Could not open remarks file: " + EC.message());
TFUtils.cpp 183 auto EmitError = [&](const llvm::Twine &Message) -> Optional<TensorSpec> {
187 Ctx.emitError("Unable to parse JSON Value as spec (" + Message + "): " + S);
194 return EmitError("Value is not a dict");
202 return EmitError("'name' property not present or not a string");
204 return EmitError("'type' property not present or not a string");
206 return EmitError("'port' property not present or not an int");
208 return EmitError("'shape' property not present or not an int array");
230 Ctx.emitError("Error opening output specs file: " + FileName + " : " +
236 Ctx.emitError("Could not parse specs file: " + FileName);
241 Ctx.emitError("Expected an array of {tensor_spec:<TensorSpec>,
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/LTO/
LTOCodeGenerator.cpp 224 emitError(ErrMsg);
235 emitError(ErrMsg);
256 emitError(EC.message());
291 emitError(EC.message());
331 emitError(ErrMsg);
553 emitError("LTO middle-end optimizations failed");
680 void LTOCodeGenerator::emitError(const std::string &ErrMsg) {
LTOModule.cpp 116 Context.emitError(EC.message());
138 Context.emitError(EC.message());
178 Context.emitError(EC.message());
  /src/external/apache2/llvm/dist/llvm/lib/IR/
LLVMContext.cpp 189 void LLVMContext::emitError(const Twine &ErrorStr) {
193 void LLVMContext::emitError(const Instruction *I, const Twine &ErrorStr) {
251 void LLVMContext::emitError(unsigned LocCookie, const Twine &ErrorStr) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUMCInstLower.cpp 201 C.emitError("AMDGPUMCInstLower::lower - Pseudo instruction doesn't have "
265 C.emitError("Illegal instruction detected: " + Err);
377 C.emitError("Illegal instruction detected: " + Err);
AMDGPUPrintfRuntimeBinding.cpp 574 M.getContext().emitError(
  /src/external/apache2/llvm/dist/llvm/include/llvm/LTO/legacy/
LTOCodeGenerator.h 213 void emitError(const std::string &ErrMsg);
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMMCInstLower.cpp 173 MI.emitError("An attempt to perform XRay instrumentation for a"
ARMTargetMachine.cpp 299 F.getContext().emitError("Function '" + F.getName() + "' uses ARM "
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 263 MMI->getModule()->getContext().emitError(LocCookie, Msg.str());
445 MMI->getModule()->getContext().emitError(LocCookie, Msg.str());
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
IndirectCallPromotion.cpp 396 M.getContext().emitError("Failed to create symtab: " + SymtabFailure);
GCOVProfiling.cpp 507 Ctx->emitError(Twine("Regex ") + HeadTail.first +
991 Ctx->emitError(
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86FloatingPoint.cpp 1574 MI.emitError("fixed input regs must be last on the x87 stack");
1579 MI.emitError("output regs must be last on the x87 stack");
1586 MI.emitError("clobbers must be last on the x87 stack");
1591 MI.emitError("implicitly popped regs must be last on the x87 stack");
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
AMDGPUBaseInfo.cpp 860 Ctx.emitError("can't parse integer attribute " + Name);
879 Ctx.emitError("can't parse first integer attribute " + Name);
884 Ctx.emitError("can't parse second integer attribute " + Name);
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineInstr.h 472 void emitError(StringRef Msg) const;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
Inliner.cpp 1020 M.getContext().emitError(

Completed in 41 milliseconds

1 2