HomeSort by relevance Sort by last modified time
    Searched full:report_fatal_error (Results 51 - 75 of 123) sorted by null

1 23 4 5

  /external/llvm/lib/CodeGen/
TargetSchedule.cpp 240 report_fatal_error(ss.str());
Passes.cpp 118 report_fatal_error("Target cannot enable pass");
307 report_fatal_error("Cannot stop compilation after pass that is not run");
  /external/llvm/lib/MC/
MCMachOStreamer.cpp 84 //report_fatal_error("unsupported directive: '.file'");
  /external/llvm/lib/Target/ARM/
ARMJITInfo.cpp 30 report_fatal_error("ARMJITInfo::replaceMachineCodeForFunction");
Thumb1FrameLowering.cpp 198 report_fatal_error("Dynamic stack realignment not supported for thumb1.");
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMachObjectWriter.cpp 409 report_fatal_error("FIXME: relocations to absolute targets "
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 100 report_fatal_error("Circular dependency found in global variable set");
163 report_fatal_error(OS.str());
506 report_fatal_error("Bad register!");
    [all...]
  /external/llvm/lib/Target/
TargetLoweringObjectFile.cpp 306 report_fatal_error("We do not support this DWARF encoding yet!");
  /external/llvm/utils/TableGen/
CodeEmitterGen.cpp 330 << " report_fatal_error(Msg.str());\n"
  /frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp 342 llvm::report_fatal_error(llvm::Twine("the given memory is smaller") +
  /external/llvm/include/llvm/Support/
FileSystem.h 745 /// it call report_fatal_error on error.
865 report_fatal_error("Error incrementing directory iterator.");
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 56 llvm::report_fatal_error(std::string("Invalid -default-gcov-version: ") +
839 report_fatal_error("invalid return type for __llvm_gcov_flush");
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp 216 report_fatal_error("Access past stack top!");
230 report_fatal_error("Stack overflow!");
248 report_fatal_error("Access past stack top!");
834 report_fatal_error("Cannot pop empty stack!");
    [all...]
X86FrameLowering.cpp     [all...]
  /external/llvm/lib/Support/
YAMLParser.cpp 905 report_fatal_error("Not dealing with this yet");
909 report_fatal_error("Not dealing with this yet");
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 271 report_fatal_error("ISRs cannot have arguments");
300 report_fatal_error("ISRs cannot be called directly");
417 report_fatal_error("ISRs cannot return any value");
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 659 report_fatal_error("LLVM JIT requested to do lazy compilation of"
    [all...]
JITMemoryManager.cpp 687 report_fatal_error("Allocation failed when allocating new memory in the"
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 792 llvm::report_fatal_error(
803 llvm::report_fatal_error("unsupported fragment type.\n");
    [all...]
  /cts/tools/dasm/etc/
java_cup.jar 
java_cup.jar.old 
  /cts/tools/dasm/src/dasm/
parser.cup 33 public void report_fatal_error(String message, Object info) {
  /cts/tools/dasm/src/java_cup/
parser.cup 139 public void report_fatal_error(
  /external/clang/lib/Frontend/
FrontendActions.cpp 359 llvm::report_fatal_error("PTH requires a seekable file for output!");
VerifyDiagnosticConsumer.cpp 726 llvm::report_fatal_error(Twine("-verify directives found after rather"

Completed in 413 milliseconds

1 23 4 5