HomeSort by relevance Sort by last modified time
    Searched refs:report_fatal_error (Results 76 - 100 of 153) sorted by null

1 2 34 5 6 7

  /external/llvm/lib/MC/
MCContext.cpp 369 // use the generic report_fatal_error().
371 report_fatal_error(Msg, false);
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 92 report_fatal_error("Circular dependency found in global variable set");
154 report_fatal_error(OS.str());
169 report_fatal_error(OS.str());
647 default: report_fatal_error("Unsupported FP type"); break;
686 report_fatal_error("Bad register class");
    [all...]
  /external/clang/lib/Tooling/
Tooling.cpp 343 llvm::report_fatal_error("Cannot chdir into \"" +
  /external/llvm/lib/Support/
raw_ostream.cpp 500 // report_fatal_error() invokes exit(). We know report_fatal_error()
507 // to avoid report_fatal_error calls should check for errors with
511 report_fatal_error("IO failure on output stream.", /*GenCrashDiag=*/false);
YAMLParser.cpp 875 report_fatal_error("Not dealing with this yet");
879 report_fatal_error("Not dealing with this yet");
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMachObjectWriter.cpp 409 report_fatal_error("FIXME: relocations to absolute targets "
ARMELFStreamer.cpp 805 report_fatal_error("Unknown Arch: " + Twine(Arch));
883 report_fatal_error("Unknown FPU: " + Twine(FPU));
    [all...]
  /frameworks/compile/mclinker/lib/CodeGen/
MCLinker.cpp 422 report_fatal_error("no matched --start-group and --end-group");
  /frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp 351 llvm::report_fatal_error(llvm::Twine("the given memory is smaller") +
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 643 report_fatal_error("LLVM JIT requested to do lazy compilation of"
    [all...]
  /external/llvm/unittests/Analysis/
LazyCallGraphTest.cpp 37 report_fatal_error(OS.str().c_str());
275 report_fatal_error("Couldn't find function!");
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 388 llvm::report_fatal_error(
399 llvm::report_fatal_error("unsupported fragment type.\n");
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 219 llvm::report_fatal_error(
230 llvm::report_fatal_error("unsupported fragment type.\n");
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp 37 report_fatal_error(Err.message());
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 387 report_fatal_error("ISRs cannot have arguments");
416 report_fatal_error("ISRs cannot be called directly");
533 report_fatal_error("ISRs cannot return any value");
    [all...]
  /cts/tools/dasm/src/java_cup/
parser.java 340 public void report_fatal_error( method in class:parser
    [all...]
  /external/clang/lib/Frontend/
FrontendActions.cpp 583 llvm::report_fatal_error("PTH requires a seekable file for output!");
  /external/llvm/include/llvm/Support/
FileSystem.h 761 /// it call report_fatal_error on error.
887 report_fatal_error("Error incrementing directory iterator.");
  /external/llvm/lib/Target/ARM/
Thumb1FrameLowering.cpp 282 report_fatal_error("Dynamic stack realignment not supported for thumb1.");
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsTargetStreamer.cpp 65 report_fatal_error("+nooddspreg is only valid for O32");
  /external/llvm/lib/Transforms/Scalar/
SeparateConstOffsetFromGEP.cpp 243 report_fatal_error("data layout missing");
    [all...]
  /external/llvm/lib/Target/Mips/
MipsConstantIslandPass.cpp 506 report_fatal_error("Constant Island pass failed to converge!");
518 report_fatal_error("Branch Fix Up pass failed to converge!");
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 60 llvm::report_fatal_error(std::string("Invalid -default-gcov-version: ") +
    [all...]
  /external/llvm/lib/IR/
Verifier.cpp     [all...]

Completed in 1353 milliseconds

1 2 34 5 6 7