HomeSort by relevance Sort by last modified time
    Searched refs:report_fatal_error (Results 126 - 150 of 530) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/llvm/lib/LTO/
LTO.cpp 38 report_fatal_error("Can't load module, abort.");
ThinLTOCodeGenerator.cpp 85 report_fatal_error(Twine("Failed to open ") + SaveTempPath +
144 report_fatal_error("renameModuleForThinLTO failed");
210 report_fatal_error("Failed to setup codegen");
303 report_fatal_error("ThinLTO: Can't get a temporary file");
315 report_fatal_error(Twine("Failed to open ") + EntryPath +
473 report_fatal_error("Can't load target for this Triple: " + ErrMsg);
605 report_fatal_error(Twine("Failed to open ") + OutputName +
701 report_fatal_error(Twine("Failed to open ") + SaveTempPath +
  /external/llvm/lib/Support/
CachePruning.cpp 138 report_fatal_error("Can't get available size");
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCTargetDesc.cpp 87 report_fatal_error(
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyMCInstLower.cpp 49 report_fatal_error("Function addresses with offsets not supported");
WebAssemblyPeephole.cpp 153 report_fatal_error("Peephole: call to builtin function with "
160 report_fatal_error("Peephole: call to builtin function with "
  /external/llvm/lib/Target/XCore/MCTargetDesc/
XCoreMCTargetDesc.cpp 70 report_fatal_error("Target only supports CodeModel Small or Large");
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 351 report_fatal_error("can't find target: " + Error);
664 report_fatal_error(Buf);
674 report_fatal_error(Buf);
690 report_fatal_error(ec.message());
758 report_fatal_error("Expected X86_64_RELOC_UNSIGNED after "
807 report_fatal_error("Expected GENERIC_RELOC_PAIR after "
828 report_fatal_error("Expected GENERIC_RELOC_PAIR after "
868 report_fatal_error("Expected ARM_RELOC_PAIR after "
954 report_fatal_error("error: no register info for target " + TripleName);
960 report_fatal_error("error: no assembly info for target " + TripleName)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp 128 report_fatal_error("Type could not be mapped for use with libffi.");
176 report_fatal_error("Type value could not be mapped for use with libffi.");
190 report_fatal_error("Calling external var arg function '" + F->getName()
286 report_fatal_error("Tried to execute an unknown external function: " +
327 //report_fatal_error("Interpreted program raised SIGABRT");
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsJITInfo.cpp 30 report_fatal_error("MipsJITInfo::replaceMachineCodeForFunction");
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreFrameLowering.cpp 53 report_fatal_error("loadFromStack offset too big " + Twine(Offset));
68 report_fatal_error("storeToStack offset too big " + Twine(Offset));
119 report_fatal_error("emitPrologue Frame size too big: " + Twine(FrameSize));
241 report_fatal_error("emitEpilogue Frame size too big: " + Twine(FrameSize));
  /external/swiftshader/third_party/subzero/pnacl-llvm/
NaClBitCodes.cpp 43 report_fatal_error(StrBuf.str());
  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringMIPS32.cpp 418 llvm::report_fatal_error("Control flow should never have reached here.");
581 llvm::report_fatal_error("Control flow should never have reached here.");
732 llvm::report_fatal_error("Unknown AtomicRMW operation");
838 llvm::report_fatal_error("Control flow should never have reached here.");
    [all...]
IceCompileServer.cpp 128 // raw ostreams can call report_fatal_error.
184 // Override report_fatal_error if we want to exit with 0 status.
191 llvm::report_fatal_error("Unable to open log file");
230 llvm::report_fatal_error("Can't specify 'bitcode-as-text' flag in "
IceELFSection.cpp 140 llvm::report_fatal_error(StrBuf.str());
199 llvm::report_fatal_error("String index not found: " + Str);
IceGlobalInits.cpp 45 llvm::report_fatal_error(StrBuf.str());
56 llvm::report_fatal_error(StrBuf.str());
IceTargetLoweringX8664.cpp 340 llvm::report_fatal_error(
398 llvm::report_fatal_error("memory reference contains base and index.");
429 llvm::report_fatal_error("Unexpected Offset type.");
452 llvm::report_fatal_error("Mem pointer should be a 32-bit GPR.");
457 llvm::report_fatal_error("Mem pointer should not be a 64-bit GPR.");
531 llvm::report_fatal_error(
560 llvm::report_fatal_error("Nonsfi not yet implemented for x8664.");
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 61 report_fatal_error("We do not support this DWARF encoding yet!");
201 report_fatal_error("ELF COMDATs only support SelectionKind::Any, '" +
520 // If invalid, report the error with report_fatal_error.
521 report_fatal_error("Invalid section specifier '" + Section + "': " +
540 report_fatal_error("MachO doesn't support COMDATs, '" + C->getName() +
558 // If invalid, report the error with report_fatal_error.
559 report_fatal_error("Global variable '" + GV->getName() +
577 // If invalid, report the error with report_fatal_error.
578 report_fatal_error("Global variable '" + GV->getName() +
853 report_fatal_error("Associative COMDAT symbol '" + ComdatGVName
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFObjectWriter.cpp 85 report_fatal_error("unsupported relocation on symbol");
158 report_fatal_error("unsupported relocation on symbol");
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCTargetDesc.cpp 156 report_fatal_error(".localentry expression must be absolute.");
160 report_fatal_error(".localentry expression cannot be encoded.");
  /external/llvm/lib/Target/XCore/
XCoreTargetObjectFile.cpp 106 report_fatal_error("Using .cp. section for writeable object.");
145 report_fatal_error("Target does not support TLS or Common sections");
  /external/swiftshader/third_party/LLVM/lib/MC/
MCAssembler.cpp 111 report_fatal_error("unable to evaluate offset for variable '" +
116 report_fatal_error("unable to evaluate offset to undefined symbol '" +
119 report_fatal_error("unable to evaluate offset to undefined symbol '" +
246 report_fatal_error("expected relocatable expression");
341 report_fatal_error("expected assembly-time absolute expression");
347 report_fatal_error("invalid .org offset '" + Twine(TargetLocation) +
405 report_fatal_error("undefined .align directive, value size '" +
416 report_fatal_error("unable to write nop sequence of " +
MCObjectStreamer.cpp 145 report_fatal_error("This file format doesn't support weak aliases.");
244 report_fatal_error("expected assembly-time absolute expression");
  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaFrameLowering.cpp 90 report_fatal_error("Too big a stack frame at " + Twine(NumBytes));
140 report_fatal_error("Too big a stack frame at " + Twine(NumBytes));
  /external/llvm/tools/llvm-readobj/
ARMWinEHPrinter.cpp 579 report_fatal_error(Buf);
618 report_fatal_error(Buf);
627 report_fatal_error(Buf);
646 report_fatal_error(Buf);
655 report_fatal_error(Buf);
708 report_fatal_error(Buf);
717 report_fatal_error(Buf);

Completed in 1532 milliseconds

1 2 3 4 56 7 8 91011>>