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

1 2 3 4 5 6

  /external/llvm/lib/Object/
Object.cpp 48 if (ec) report_fatal_error("LLVMMoveToNextSection failed: " + ec.message());
54 report_fatal_error(ec.message());
75 if (ec) report_fatal_error("LLVMMoveToNextSymbol failed: " + ec.message());
82 report_fatal_error(ec.message());
89 report_fatal_error(ec.message());
96 report_fatal_error(ec.message());
103 report_fatal_error(ec.message());
111 report_fatal_error(ec.message());
133 if (ec) report_fatal_error("LLVMMoveToNextRelocation failed: " +
142 report_fatal_error(ec.message())
    [all...]
MachOObjectFile.cpp 382 report_fatal_error("Dynamic symbols unimplemented in MachOObjectFile");
387 report_fatal_error("Dynamic symbols unimplemented in MachOObjectFile");
392 report_fatal_error("Needed libraries unimplemented in MachOObjectFile");
397 report_fatal_error("Needed libraries unimplemented in MachOObjectFile");
402 report_fatal_error("get_load_name() unimplemented in MachOObjectFile");
905 report_fatal_error(ec.message());
925 if (ec) report_fatal_error(ec.message());
931 report_fatal_error(ec.message());
934 report_fatal_error(ec.message());
943 if (ec) report_fatal_error(ec.message())
    [all...]
ELFObjectFile.cpp 37 report_fatal_error("Buffer is not an ELF object file!");
  /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/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");
136 report_fatal_error("unsupported directive in streamer");
172 report_fatal_error("No open frame");
280 report_fatal_error("Starting a frame before finishing the previous one!");
460 report_fatal_error("No open Win64 EH frame function!");
466 report_fatal_error("Starting a function before ending the previous one!");
478 report_fatal_error("Not all chained regions terminated!");
498 report_fatal_error("End of a chained region outside a chained region!");
509 report_fatal_error("Chained unwind areas can't have handlers!");
512 report_fatal_error("Don't know what kind of handler this is!")
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86GOT.cpp 35 llvm::report_fatal_error("Allocating GOT0 entries failed!");
46 llvm::report_fatal_error("Generation of GOT0 entries is incomplete!");
69 llvm::report_fatal_error("Allocating new memory for GOTEntry failed");
X86GOTPLT.cpp 33 llvm::report_fatal_error("Allocating GOT0 entries failed!");
44 llvm::report_fatal_error("Generation of GOT0 entries is incomplete!");
89 llvm::report_fatal_error("Allocating new memory for GOT failed!");
X86PLT.cpp 95 llvm::report_fatal_error("Allocating new memory for X86PLT1 failed!");
103 llvm::report_fatal_error("Allocating new memory for GOT failed!");
188 llvm::report_fatal_error("Allocating new memory for plt0 failed!");
236 llvm::report_fatal_error("Allocating new memory for plt1 failed!");
268 llvm::report_fatal_error(
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 65 report_fatal_error("Target does not support MC emission!");
81 report_fatal_error(Dyld.getErrorString());
92 report_fatal_error("not yet implemented");
112 report_fatal_error("not yet implemented");
116 report_fatal_error("not yet implemented");
233 report_fatal_error("Program used external function '"+Name+
  /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/CodeGen/AsmPrinter/
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(
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: '" +
408 report_fatal_error(Msg.str());
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMGOT.cpp 36 llvm::report_fatal_error("Allocating GOT0 entries failed!");
47 llvm::report_fatal_error("Generation of GOT0 entries is incomplete!");
72 llvm::report_fatal_error("Allocating new memory for GOTEntry failed");
85 llvm::report_fatal_error("Allocating new memory for GOT failed!");
ARMPLT.cpp 68 llvm::report_fatal_error("Allocating new memory for ARMPLT1 failed!");
170 llvm::report_fatal_error("Allocating new memory for plt0 failed!");
207 llvm::report_fatal_error("Allocating new memory for plt1 failed!");
  /frameworks/compile/mclinker/lib/MC/
MCLDDriver.cpp 56 llvm::report_fatal_error("can not open file: " + (*input)->path().native());
78 llvm::report_fatal_error("wrong format archive" + (*input)->path().string());
85 llvm::report_fatal_error(llvm::Twine("can not recognize file format: ") +
100 report_fatal_error(error_code);
113 report_fatal_error("Can't link shared object with -static option");
164 llvm::report_fatal_error(llvm::Twine("output type is not implemented yet. file: `") +
170 llvm::report_fatal_error(llvm::Twine("unknown output type of file `") +
  /frameworks/compile/mclinker/lib/CodeGen/
SectLinker.cpp 77 report_fatal_error("output is not given on the command line\n");
80 report_fatal_error("can not open output file :"+info.output().path().native());
133 report_fatal_error("** Trace a unsupported file. It must be an internal bug!");
251 llvm::report_fatal_error(std::string("Can't find namespec: ")+
298 report_fatal_error("can not find the type of input file");
304 report_fatal_error("no matched --start-group and --end-group");
  /external/llvm/lib/Transforms/Instrumentation/
FunctionBlackList.cpp 36 report_fatal_error("Can't open blacklist file " + Path + ": " +
58 report_fatal_error("malformed blacklist regex: " + ThisFunc +
  /external/clang/lib/Frontend/
LangStandards.cpp 23 llvm::report_fatal_error("getLangStandardForKind() on unspecified kind");
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGOT.cpp 34 llvm::report_fatal_error("Allocating GOT0 entries failed!");
45 llvm::report_fatal_error("Generation of GOT0 entries is incomplete!");
98 llvm::report_fatal_error("Allocating new GOTEntry failed");
  /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...]
  /frameworks/compile/mclinker/lib/LD/
Layout.cpp 139 llvm::report_fatal_error(llvm::Twine("Trying to map the same LDSection: ") +
214 llvm::report_fatal_error(llvm::Twine("the fragment does not belong to") +
220 llvm::report_fatal_error(llvm::Twine("INTERNAL BACKEND ERROR: ") +
258 llvm::report_fatal_error(llvm::Twine("the fragment does not belong to") +
264 llvm::report_fatal_error(llvm::Twine("INTERNAL BACKEND ERROR: ") +
428 llvm::report_fatal_error(llvm::Twine("section ") +
457 llvm::report_fatal_error(llvm::Twine("MCSectionData has no") +
480 llvm::report_fatal_error(llvm::Twine("the offset is too big that") +
500 llvm::report_fatal_error(llvm::Twine("INTERNAL BACKEND ERROR: ") +
623 llvm::report_fatal_error(llvm::Twine("Unsupported section kind of `")
    [all...]
  /external/llvm/include/llvm/Object/
ELF.h 628 report_fatal_error("Section ended unexpectedly while scanning "
632 report_fatal_error("Unexpected verdef version");
654 report_fatal_error("Section ended unexpectedly while scanning "
658 report_fatal_error("Unexpected verneed version");
663 report_fatal_error("Section ended unexpected while scanning auxiliary "
714 report_fatal_error("Symb must point to a valid symbol!");
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 33 report_fatal_error(Err.message());
74 report_fatal_error("Unable to create object image from memory buffer!");
189 report_fatal_error("Unable to allocate memory for common symbols!");
254 report_fatal_error("Unable to allocate section memory!");
460 report_fatal_error("Incompatible object format!");
464 report_fatal_error("Incompatible object format!");
  /external/llvm/tools/llvm-readobj/
llvm-readobj.cpp 131 report_fatal_error("Symbol iteration failed");
148 report_fatal_error("Symbol iteration failed");
171 report_fatal_error("Needed libraries iteration failed");

Completed in 1956 milliseconds

1 2 3 4 5 6