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

1 2 3 4 5 6 7

  /external/llvm/include/llvm/Support/
ErrorHandling.h 72 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(const char *reason,
74 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(const std::string &reason,
76 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(StringRef reason,
78 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(const Twine &reason,
  /external/llvm/lib/Object/
Object.cpp 102 report_fatal_error(ec.message());
130 report_fatal_error(ec.message());
141 report_fatal_error(ec.message());
178 report_fatal_error(ec.message());
185 report_fatal_error(ec.message());
192 report_fatal_error(ec.message());
200 report_fatal_error(ec.message());
207 report_fatal_error(ec.message());
219 report_fatal_error(ec.message());
227 report_fatal_error(ec.message())
    [all...]
  /external/llvm/lib/Target/Mips/
MipsSubtarget.cpp 87 report_fatal_error("Code generation for MIPS-I is not implemented", false);
89 report_fatal_error("Code generation for MIPS-V is not implemented", false);
97 report_fatal_error("MSA requires a 64-bit FPU register file (FR=1 mode). "
102 report_fatal_error("-mattr=+nooddspreg requires the O32 ABI.", false);
105 report_fatal_error("FPXX is not permitted for the N32/N64 ABI's.", false);
113 report_fatal_error(ISA + " is not compatible with the DSP ASE", false);
117 report_fatal_error("position-independent code requires '-mabicalls'");
  /external/llvm/lib/IR/
DataLayout.cpp 196 report_fatal_error("Trailing separator in datalayout string");
198 report_fatal_error("Expected token before separator in datalayout string");
207 report_fatal_error("not a number, or does not fit in an unsigned int");
214 report_fatal_error("number of bits must be a byte width multiple");
250 report_fatal_error("Invalid address space, must be a 24bit integer");
254 report_fatal_error(
259 report_fatal_error("Invalid pointer size of 0 bytes");
263 report_fatal_error(
268 report_fatal_error(
277 report_fatal_error(
    [all...]
  /frameworks/compile/mclinker/lib/Target/
ELFAttributeValue.cpp 29 llvm::report_fatal_error("Unknown type of attribtue value!");
  /external/llvm/lib/Target/XCore/InstPrinter/
XCoreInstPrinter.cpp 40 report_fatal_error("can't handle InlineJT");
45 report_fatal_error("can't handle InlineJT32");
  /external/llvm/lib/Support/
ErrorHandling.cpp 61 void llvm::report_fatal_error(const char *Reason, bool GenCrashDiag) { function in class:llvm
62 report_fatal_error(Twine(Reason), GenCrashDiag);
65 void llvm::report_fatal_error(const std::string &Reason, bool GenCrashDiag) { function in class:llvm
66 report_fatal_error(Twine(Reason), GenCrashDiag);
69 void llvm::report_fatal_error(StringRef Reason, bool GenCrashDiag) { function in class:llvm
70 report_fatal_error(Twine(Reason), GenCrashDiag);
73 void llvm::report_fatal_error(const Twine &Reason, bool GenCrashDiag) { function in class:llvm
89 // raw ostreams can call report_fatal_error.
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64ELFObjectWriter.cpp 124 report_fatal_error("invalid fixup for add (uimm12) instruction");
138 report_fatal_error("invalid fixup for 8-bit load/store instruction");
152 report_fatal_error("invalid fixup for 16-bit load/store instruction");
166 report_fatal_error("invalid fixup for 32-bit load/store instruction");
186 report_fatal_error("invalid fixup for 64-bit load/store instruction");
192 report_fatal_error("invalid fixup for 128-bit load/store instruction");
239 report_fatal_error("invalid fixup for movz/movk instruction");
AArch64AsmBackend.cpp 139 report_fatal_error("fixup value out of range");
147 report_fatal_error("fixup value out of range");
154 report_fatal_error("invalid imm12 fixup value");
159 report_fatal_error("invalid imm12 fixup value");
164 report_fatal_error("invalid imm12 fixup value");
169 report_fatal_error("invalid imm12 fixup value");
174 report_fatal_error("invalid imm12 fixup value");
177 report_fatal_error("no resolvable MOVZ/MOVK fixups supported yet");
182 report_fatal_error("fixup value out of range");
185 report_fatal_error("fixup not sufficiently aligned")
    [all...]
  /external/clang/lib/Frontend/
LangStandards.cpp 23 llvm::report_fatal_error("getLangStandardForKind() on unspecified kind");
  /external/llvm/lib/CodeGen/AsmPrinter/
OcamlGCPrinter.cpp 125 report_fatal_error(" Too much descriptor for ocaml GC");
141 report_fatal_error("Function '" + FI.getFunction().getName() +
157 report_fatal_error("Function '" + FI.getFunction().getName() +
172 report_fatal_error(
AsmPrinterInlineAsm.cpp 143 report_fatal_error("Inline asm not supported by this streamer because"
158 report_fatal_error("Error parsing inline asm\n");
207 report_fatal_error("Bad $ operand number in inline asm string: '" +
212 report_fatal_error("Invalid $ operand number in inline asm string: '" +
301 report_fatal_error("Nested variants found in inline asm string: '" +
336 report_fatal_error("Unterminated ${:foo} operand in inline asm"
351 report_fatal_error("Bad $ operand number in inline asm string: '" +
363 report_fatal_error("Bad ${:} expression in inline asm string: '" +
371 report_fatal_error("Bad ${} expression in inline asm string: '" +
377 report_fatal_error("Invalid $ operand number in inline asm string: '"
    [all...]
  /external/llvm/unittests/Analysis/
CFGTest.cpp 42 report_fatal_error(os.str().c_str());
46 report_fatal_error("Test must have a function named @test");
58 report_fatal_error("@test must have an instruction %A");
60 report_fatal_error("@test must have an instruction %B");
  /frameworks/compile/mclinker/lib/LD/
Diagnostic.cpp 106 llvm::report_fatal_error(
115 llvm::report_fatal_error(llvm::Twine("In diagnostic: ") +
128 llvm::report_fatal_error(
139 llvm::report_fatal_error(
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMachObjectWriter.cpp 49 report_fatal_error("Relocation emission for MachO/PPC64 unimplemented.");
62 report_fatal_error("log2size(FixupKind): Unhandled fixup kind!");
96 report_fatal_error("Unimplemented fixup kind (relative)");
122 report_fatal_error("Unimplemented fixup kind (absolute)!");
212 report_fatal_error("symbol '" + A->getName() +
225 report_fatal_error("symbol '" + B->getSymbol().getName() +
342 report_fatal_error("FIXME: relocations to absolute targets "
  /external/llvm/lib/MC/
MCStreamer.cpp 125 report_fatal_error("unsupported directive in streamer");
129 report_fatal_error("unsupported directive in streamer");
179 report_fatal_error("No open frame");
218 report_fatal_error("Starting a frame before finishing the previous one!");
394 report_fatal_error("No open Win64 EH frame function!");
399 report_fatal_error("Starting a function before ending the previous one!");
411 report_fatal_error("Not all chained regions terminated!");
432 report_fatal_error("End of a chained region outside a chained region!");
446 report_fatal_error("Chained unwind areas can't have handlers!");
449 report_fatal_error("Don't know what kind of handler this is!")
    [all...]
MCELFStreamer.cpp 52 report_fatal_error("Fragment can't be larger than a bundle size");
58 report_fatal_error("Padding cannot exceed 255 bytes");
138 report_fatal_error("Unterminated .bundle_lock when changing a section");
337 report_fatal_error("Emitting values inside a locked bundle is forbidden");
347 report_fatal_error("Emitting values inside a locked bundle is forbidden");
559 report_fatal_error(".bundle_align_mode cannot be changed once set");
568 report_fatal_error(".bundle_lock forbidden when bundling is disabled");
588 report_fatal_error(".bundle_unlock forbidden when bundling is disabled");
590 report_fatal_error(".bundle_unlock without matching lock");
592 report_fatal_error("Empty bundle-locked group is forbidden")
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 157 report_fatal_error("unsupported relocation of modified symbol", false);
162 report_fatal_error("unsupported pc-relative relocation of difference",
176 report_fatal_error("unsupported relocation with identical base", false);
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",
301 report_fatal_error("unsupported symbol modifier in branch "
317 report_fatal_error("TLVP symbol modifier should have been rip-rel",
320 report_fatal_error("unsupported symbol modifier in relocation", false);
325 report_fatal_error("32-bit absolute addressing is not supported in
    [all...]
  /external/llvm/include/llvm/Object/
ELF.h 445 report_fatal_error("Section ended unexpectedly while scanning "
449 report_fatal_error("Unexpected verdef version");
470 report_fatal_error("Section ended unexpectedly while scanning "
474 report_fatal_error("Unexpected verneed version");
479 report_fatal_error("Section ended unexpected while scanning auxiliary "
600 report_fatal_error("String table must end with a null terminator!");
635 report_fatal_error("File too short!");
646 report_fatal_error("Section header table goes past end of file!");
655 report_fatal_error("Section table goes past end of file!");
664 report_fatal_error("More than one .symtab_shndx!")
    [all...]
  /external/llvm/lib/Analysis/
Analysis.cpp 91 report_fatal_error("Broken module found, compilation aborted!");
105 report_fatal_error("Broken function found, compilation aborted!");
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMWinCOFFObjectWriter.cpp 51 report_fatal_error(Twine("unsupported relocation type: ") + Info.Name);
  /frameworks/compile/libbcc/lib/Renderscript/
RSScreenFunctionsPass.cpp 91 llvm::report_fatal_error("Use of undefined external function");
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldCOFFX86_64.h 124 report_fatal_error("Unknown symbol in relocation");
130 report_fatal_error("Unknown section in relocation");
  /external/llvm/tools/verify-uselistorder/
verify-uselistorder.cpp 341 report_fatal_error("parsing failed");
343 report_fatal_error("verification failed");
345 report_fatal_error("use-list order changed");
350 report_fatal_error("failed to initialize bitcode file");
353 report_fatal_error("failed to write bitcode");
362 report_fatal_error("failed to initialize assembly file");
365 report_fatal_error("failed to write assembly");
499 report_fatal_error("verification failed");
  /external/clang/lib/AST/
ExternalASTSource.cpp 109 llvm::report_fatal_error("generation counter overflowed", false);

Completed in 2694 milliseconds

1 2 3 4 5 6 7