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

1 2 3 4 5 6

  /external/llvm/lib/Support/
ErrorHandling.cpp 52 void llvm::report_fatal_error(const char *Reason, bool GenCrashDiag) { function in class:llvm
53 report_fatal_error(Twine(Reason), GenCrashDiag);
56 void llvm::report_fatal_error(const std::string &Reason, bool GenCrashDiag) { function in class:llvm
57 report_fatal_error(Twine(Reason), GenCrashDiag);
60 void llvm::report_fatal_error(StringRef Reason, bool GenCrashDiag) { function in class:llvm
61 report_fatal_error(Twine(Reason), GenCrashDiag);
64 void llvm::report_fatal_error(const Twine &Reason, bool GenCrashDiag) { function in class:llvm
70 // raw ostreams can call report_fatal_error.
  /external/llvm/include/llvm/Support/
ErrorHandling.h 77 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(const char *reason,
79 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(const std::string &reason,
81 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(StringRef reason,
83 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(const Twine &reason,
  /external/llvm/lib/Object/
Object.cpp 87 if (ec) report_fatal_error("LLVMMoveToNextSection failed: " + ec.message());
93 report_fatal_error(ec.message());
114 if (ec) report_fatal_error("LLVMMoveToNextSymbol failed: " + ec.message());
121 report_fatal_error(ec.message());
128 report_fatal_error(ec.message());
135 report_fatal_error(ec.message());
142 report_fatal_error(ec.message());
150 report_fatal_error(ec.message());
172 if (ec) report_fatal_error("LLVMMoveToNextRelocation failed: " +
181 report_fatal_error(ec.message())
    [all...]
ELFObjectFile.cpp 73 report_fatal_error("Buffer is not an ELF object file!");
MachOObjectFile.cpp 282 report_fatal_error(ec.message());
304 if (ec) report_fatal_error(ec.message());
310 report_fatal_error(ec.message());
313 report_fatal_error(ec.message());
322 if (ec) report_fatal_error(ec.message());
328 report_fatal_error(ec.message());
331 report_fatal_error(ec.message());
665 report_fatal_error("getSymbolValue unimplemented in MachOObjectFile");
865 report_fatal_error("getRelocationAddress not implemented in MachOObjectFile");
1030 report_fatal_error("Expected X86_64_RELOC_UNSIGNED after
    [all...]
COFFObjectFile.cpp 67 report_fatal_error("Symbol was outside of symbol table.");
83 report_fatal_error("Section was outside of section table.");
296 report_fatal_error("getSymbolValue unimplemented in COFFObjectFile");
537 report_fatal_error("Dynamic symbols unimplemented in COFFObjectFile");
542 report_fatal_error("Dynamic symbols unimplemented in COFFObjectFile");
547 report_fatal_error("Libraries needed unimplemented in COFFObjectFile");
552 report_fatal_error("Libraries needed unimplemented in COFFObjectFile");
691 report_fatal_error("Aux Symbol data was outside of symbol table.");
749 report_fatal_error("getRelocationAddress not implemented in COFFObjectFile");
855 report_fatal_error("getLibraryNext not implemented in COFFObjectFile")
    [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 135 report_fatal_error("unsupported directive in streamer");
139 report_fatal_error("unsupported directive in streamer");
179 report_fatal_error("No open frame");
215 report_fatal_error("Starting a frame before finishing the previous one!");
391 report_fatal_error("No open Win64 EH frame function!");
397 report_fatal_error("Starting a function before ending the previous one!");
409 report_fatal_error("Not all chained regions terminated!");
429 report_fatal_error("End of a chained region outside a chained region!");
440 report_fatal_error("Chained unwind areas can't have handlers!");
443 report_fatal_error("Don't know what kind of handler this is!")
    [all...]
MCELFStreamer.cpp 116 report_fatal_error("Unterminated .bundle_lock when changing a section");
301 report_fatal_error("Emitting values inside a locked bundle is forbidden");
311 report_fatal_error("Emitting values inside a locked bundle is forbidden");
496 report_fatal_error(".bundle_align_mode should be only set once per file");
505 report_fatal_error(".bundle_lock forbidden when bundling is disabled");
507 report_fatal_error("Nesting of .bundle_lock is forbidden");
519 report_fatal_error(".bundle_unlock forbidden when bundling is disabled");
521 report_fatal_error(".bundle_unlock without matching lock");
523 report_fatal_error("Empty bundle-locked group is forbidden");
  /external/llvm/lib/Target/XCore/InstPrinter/
XCoreInstPrinter.cpp 39 report_fatal_error("can't handle InlineJT");
44 report_fatal_error("can't handle InlineJT32");
  /external/llvm/lib/Analysis/
ProfileDataLoader.cpp 63 report_fatal_error(Twine(ToolName) + ": Profiling data truncated");
125 report_fatal_error(Twine(ToolName) + ": Error opening '" +
148 report_fatal_error(std::string(ToolName)
  /external/clang/lib/Frontend/
LangStandards.cpp 23 llvm::report_fatal_error("getLangStandardForKind() on unspecified kind");
  /external/clang/lib/Tooling/
CommonOptionsParser.cpp 78 llvm::report_fatal_error(ErrorMessage);
  /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"
137 report_fatal_error("Error parsing inline asm\n");
186 report_fatal_error("Bad $ operand number in inline asm string: '" +
191 report_fatal_error("Invalid $ operand number in inline asm string: '" +
280 report_fatal_error("Nested variants found in inline asm string: '" +
315 report_fatal_error("Unterminated ${:foo} operand in inline asm"
330 report_fatal_error("Bad $ operand number in inline asm string: '" +
342 report_fatal_error("Bad ${:} expression in inline asm string: '" +
350 report_fatal_error("Bad ${} expression in inline asm string: '" +
356 report_fatal_error("Invalid $ operand number in inline asm string: '"
    [all...]
  /external/llvm/unittests/Analysis/
CFGTest.cpp 46 report_fatal_error(os.str().c_str());
51 report_fatal_error("Test must have a function named @test");
63 report_fatal_error("@test must have an instruction %A");
65 report_fatal_error("@test must have an instruction %B");
  /frameworks/compile/mclinker/lib/LD/
Diagnostic.cpp 107 llvm::report_fatal_error(llvm::Twine("Mismatched {} in the diagnostic: ") +
115 llvm::report_fatal_error(llvm::Twine("In diagnostic: ") +
128 llvm::report_fatal_error(llvm::Twine("In diagnostic: ") +
139 llvm::report_fatal_error(llvm::Twine("In diagnostic: ") +
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 98 report_fatal_error("Target does not support MC emission!");
147 report_fatal_error(Dyld.getErrorString());
185 report_fatal_error("not yet implemented");
218 report_fatal_error("not yet implemented");
222 report_fatal_error("not yet implemented");
343 report_fatal_error("Program used external function '"+Name+
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 158 report_fatal_error("unsupported relocation of modified symbol");
163 report_fatal_error("unsupported pc-relative relocation of difference");
176 report_fatal_error("unsupported relocation with identical base");
254 report_fatal_error("unsupported relocation of variable '" +
258 report_fatal_error("unsupported relocation of undefined symbol '" +
276 report_fatal_error("unsupported symbol modifier in relocation");
302 report_fatal_error("unsupported symbol modifier in branch "
318 report_fatal_error("TLVP symbol modifier should have been rip-rel");
320 report_fatal_error("unsupported symbol modifier in relocation");
357 report_fatal_error("symbol '" + A->getName()
    [all...]
  /external/llvm/lib/ExecutionEngine/
RTDyldMemoryManager.cpp 113 report_fatal_error("Program used external function '" + Name +
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.h 27 report_fatal_error(Err.message());
RuntimeDyld.cpp 72 report_fatal_error("Unable to create object image from memory buffer!");
181 report_fatal_error("Unable to allocate memory for common symbols!");
277 report_fatal_error("Unable to allocate section memory!");
479 report_fatal_error("Expected external symbol");
531 report_fatal_error("Incompatible object format!");
535 report_fatal_error("Incompatible object format!");
  /external/llvm/lib/Target/XCore/
XCoreRegisterInfo.cpp 165 report_fatal_error("eliminateFrameIndex Frame size too big: " +
215 report_fatal_error("eliminateFrameIndex Frame size too big: " +
250 report_fatal_error("loadConstant value too big " + Twine(Value));
  /external/llvm/lib/Transforms/Utils/
SpecialCaseList.cpp 57 report_fatal_error("Can't open blacklist file: " + Path + ": " +
83 report_fatal_error("malformed blacklist line: " + SplitLine.first);
118 report_fatal_error("malformed blacklist regex: " + SplitLine.second +
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp 293 report_fatal_error("Target does not support machine code emission!");
347 report_fatal_error("Target does not support machine code emission!");
378 report_fatal_error("Target does not support machine code emission!");
667 report_fatal_error("Error reading function '" + F->getName()+
737 report_fatal_error("Program used external function '"+Name+
761 report_fatal_error("Could not resolve external global address: "
811 report_fatal_error("Compilation of non-internal GlobalValue is disabled!");

Completed in 960 milliseconds

1 2 3 4 5 6