HomeSort by relevance Sort by last modified time
    Searched refs:report_fatal_error (Results 1 - 25 of 93) sorted by null

1 2 3 4

  /external/llvm/lib/Support/
ErrorHandling.cpp 52 void llvm::report_fatal_error(const char *Reason) { function in class:llvm
53 report_fatal_error(Twine(Reason));
56 void llvm::report_fatal_error(const std::string &Reason) { function in class:llvm
57 report_fatal_error(Twine(Reason));
60 void llvm::report_fatal_error(StringRef Reason) { function in class:llvm
61 report_fatal_error(Twine(Reason));
64 void llvm::report_fatal_error(const Twine &Reason) { function in class:llvm
70 // raw ostreams can call report_fatal_error.
  /external/llvm/include/llvm/Support/
ErrorHandling.h 76 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(const char *reason);
77 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(const std::string &reason);
78 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(StringRef reason);
79 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(const Twine &reason);
  /external/llvm/lib/Object/
Object.cpp 46 if (ec) report_fatal_error("LLVMMoveToNextSection failed: " + ec.message());
52 report_fatal_error(ec.message());
59 report_fatal_error(ec.message());
66 report_fatal_error(ec.message());
ELFObjectFile.cpp 408 report_fatal_error("Symb must point to a valid symbol!");
    [all...]
  /external/llvm/lib/MC/
MCPureStreamer.cpp 55 report_fatal_error("unsupported directive in pure streamer");
58 report_fatal_error("unsupported directive in pure streamer");
62 report_fatal_error("unsupported directive in pure streamer");
65 report_fatal_error("unsupported directive in pure streamer");
69 report_fatal_error("unsupported directive in pure streamer");
72 report_fatal_error("unsupported directive in pure streamer");
75 report_fatal_error("unsupported directive in pure streamer");
78 report_fatal_error("unsupported directive in pure streamer");
81 report_fatal_error("unsupported directive in pure streamer");
84 report_fatal_error("unsupported directive in pure streamer")
    [all...]
MCStreamer.cpp 132 report_fatal_error("unsupported directive in streamer");
168 report_fatal_error("No open frame");
278 report_fatal_error("Starting a frame before finishing the previous one!");
421 report_fatal_error("No open Win64 EH frame function!");
427 report_fatal_error("Starting a function before ending the previous one!");
439 report_fatal_error("Not all chained regions terminated!");
459 report_fatal_error("End of a chained region outside a chained region!");
470 report_fatal_error("Chained unwind areas can't have handlers!");
473 report_fatal_error("Don't know what kind of handler this is!");
484 report_fatal_error("Chained unwind areas can't have handlers!")
    [all...]
MCAssembler.cpp 111 report_fatal_error("unable to evaluate offset for variable '" +
116 report_fatal_error("unable to evaluate offset to undefined symbol '" +
119 report_fatal_error("unable to evaluate offset to undefined symbol '" +
246 report_fatal_error("expected relocatable expression");
341 report_fatal_error("expected assembly-time absolute expression");
347 report_fatal_error("invalid .org offset '" + Twine(TargetLocation) +
405 report_fatal_error("undefined .align directive, value size '" +
416 report_fatal_error("unable to write nop sequence of " +
MCObjectStreamer.cpp 145 report_fatal_error("This file format doesn't support weak aliases.");
244 report_fatal_error("expected assembly-time absolute expression");
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 128 report_fatal_error("Inline asm not supported by this streamer because"
136 report_fatal_error("Error parsing inline asm\n");
239 report_fatal_error("Nested variants found in inline asm string: '" +
274 report_fatal_error("Unterminated ${:foo} operand in inline asm"
289 report_fatal_error("Bad $ operand number in inline asm string: '" +
301 report_fatal_error("Bad ${:} expression in inline asm string: '" +
309 report_fatal_error("Bad ${} expression in inline asm string: '" +
315 report_fatal_error("Invalid $ operand number in inline asm string: '" +
404 report_fatal_error(Msg.str());
OcamlGCPrinter.cpp 118 report_fatal_error(" Too much descriptor for ocaml GC");
129 report_fatal_error("Function '" + FI.getFunction().getName() +
143 report_fatal_error("Function '" + FI.getFunction().getName() +
156 report_fatal_error(
  /external/clang/lib/Frontend/
LangStandards.cpp 25 llvm::report_fatal_error("getLangStandardForKind() on unspecified kind");
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 70 report_fatal_error("Unknown object format!");
73 report_fatal_error("Incompatible object format!");
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 68 report_fatal_error("Target does not support MC emission!");
84 report_fatal_error(Dyld.getErrorString());
94 report_fatal_error("not yet implemented");
115 report_fatal_error("not yet implemented");
119 report_fatal_error("not yet implemented");
Intercept.cpp 158 report_fatal_error("Program used external function '"+Name+
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMachObjectWriter.cpp 138 report_fatal_error("symbol '" + A->getName() +
151 report_fatal_error("symbol '" + B->getSymbol().getName() +
236 report_fatal_error("symbol '" + A->getName() +
248 report_fatal_error("symbol '" + B->getSymbol().getName() +
291 report_fatal_error("unknown ARM fixup kind!");
332 report_fatal_error("FIXME: relocations to absolute targets "
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 156 report_fatal_error("unsupported relocation of modified symbol");
161 report_fatal_error("unsupported pc-relative relocation of difference");
174 report_fatal_error("unsupported relocation with identical base");
252 report_fatal_error("unsupported relocation of variable '" +
256 report_fatal_error("unsupported relocation of undefined symbol '" +
274 report_fatal_error("unsupported symbol modifier in relocation");
300 report_fatal_error("unsupported symbol modifier in branch "
316 report_fatal_error("TLVP symbol modifier should have been rip-rel");
318 report_fatal_error("unsupported symbol modifier in relocation");
355 report_fatal_error("symbol '" + A->getName()
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
Intercept.cpp 158 report_fatal_error("Program used external function '"+Name+
JIT.cpp 292 report_fatal_error("Target does not support machine code emission!");
345 report_fatal_error("Target does not support machine code emission!");
376 report_fatal_error("Target does not support machine code emission!");
660 report_fatal_error("Error reading function '" + F->getName()+
734 report_fatal_error("Could not resolve external global address: "
784 report_fatal_error("Compilation of non-internal GlobalValue is disabled!");
  /external/llvm/lib/Target/XCore/
XCoreRegisterInfo.cpp 232 report_fatal_error("eliminateFrameIndex Frame size too big: " +
282 report_fatal_error("eliminateFrameIndex Frame size too big: " +
317 report_fatal_error("loadConstant value too big " + Twine(Value));
XCoreFrameLowering.cpp 53 report_fatal_error("loadFromStack offset too big " + Twine(Offset));
68 report_fatal_error("storeToStack offset too big " + Twine(Offset));
119 report_fatal_error("emitPrologue Frame size too big: " + Twine(FrameSize));
241 report_fatal_error("emitEpilogue Frame size too big: " + Twine(FrameSize));
  /external/llvm/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp 128 report_fatal_error("Type could not be mapped for use with libffi.");
176 report_fatal_error("Type value could not be mapped for use with libffi.");
190 report_fatal_error("Calling external var arg function '" + F->getName()
286 report_fatal_error("Tried to execute an unknown external function: " +
327 //report_fatal_error("Interpreted program raised SIGABRT");
  /external/llvm/lib/Target/Mips/
MipsJITInfo.cpp 30 report_fatal_error("MipsJITInfo::replaceMachineCodeForFunction");
  /external/llvm/lib/Target/Alpha/
AlphaFrameLowering.cpp 90 report_fatal_error("Too big a stack frame at " + Twine(NumBytes));
140 report_fatal_error("Too big a stack frame at " + Twine(NumBytes));
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 369 report_fatal_error("Invalid number of arguments of main() supplied");
371 report_fatal_error("Invalid type for third argument of main() supplied");
373 report_fatal_error("Invalid type for second argument of main() supplied");
375 report_fatal_error("Invalid type for first argument of main() supplied");
378 report_fatal_error("Invalid return type of main() supplied");
778 report_fatal_error(OS.str());
815 report_fatal_error(OS.str());
    [all...]
  /cts/tools/dasm/src/java_cup/runtime/
lr_parser.java 91 * <dt> void report_fatal_error(String message, Object info)
102 * report_fatal_error("Couldn't repair and continue parse", null);
318 public void report_fatal_error( method in class:lr_parser
372 report_fatal_error("Couldn't repair and continue parse", null);
    [all...]

Completed in 504 milliseconds

1 2 3 4