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

12 3 4 5 6

  /frameworks/compile/mclinker/lib/Support/
MemoryArea.cpp 49 llvm::report_fatal_error(llvm::Twine("Cannot truncate `") +
235 llvm::report_fatal_error(llvm::Twine("cannot open memory map file :") +
253 llvm::report_fatal_error(llvm::Twine("Failed to read data from ") +
266 llvm::report_fatal_error("unhandled space type\n");
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocationFactory.cpp 57 llvm::report_fatal_error(llvm::Twine("Unknown relocation type. "
68 llvm::report_fatal_error(llvm::Twine("Applying relocation `") +
77 llvm::report_fatal_error(llvm::Twine("Applying relocation `") +
162 llvm::report_fatal_error("No GOT entry reserved for GOT type relocation!");
MipsLDBackend.cpp 232 llvm::report_fatal_error(llvm::Twine("Unable to emit section `") +
671 llvm::report_fatal_error(llvm::Twine("Unknown relocation ") +
732 llvm::report_fatal_error(llvm::Twine("Relocation ") +
769 llvm::report_fatal_error(llvm::Twine("Relocation ") +
777 llvm::report_fatal_error(llvm::Twine("Unknown relocation ") +
864 llvm::report_fatal_error(llvm::Twine("Unsupported output file format: ") +
  /external/llvm/lib/Object/
COFFObjectFile.cpp 64 report_fatal_error("Symbol was outside of symbol table.");
80 report_fatal_error("Section was outside of section table.");
504 report_fatal_error("Dynamic symbols unimplemented in COFFObjectFile");
509 report_fatal_error("Dynamic symbols unimplemented in COFFObjectFile");
514 report_fatal_error("Libraries needed unimplemented in COFFObjectFile");
519 report_fatal_error("Libraries needed unimplemented in COFFObjectFile");
774 report_fatal_error("getLibraryNext not implemented in COFFObjectFile");
779 report_fatal_error("getLibraryPath not implemented in COFFObjectFile");
  /frameworks/compile/mclinker/lib/LD/
ELFWriter.cpp 258 llvm::report_fatal_error(".shstrtab has been set.\n");
298 llvm::report_fatal_error(".shstrtab has been set.\n");
357 llvm::report_fatal_error("unsupported value size for align fragment emission yet.\n");
385 llvm::report_fatal_error("unsupported fragment yet.\n");
389 llvm::report_fatal_error("relocation fragment should not be in a regular section.\n");
392 llvm::report_fatal_error("Target fragment should not be in a regular section.\n");
395 llvm::report_fatal_error("invalid fragment should not be in a regular section.\n");
416 llvm::report_fatal_error("unsupported relocation section type!");
ELFObjectReader.cpp 144 llvm::report_fatal_error(
153 llvm::report_fatal_error(
ELFReader.cpp 77 llvm::report_fatal_error(llvm::Twine("unsupported ELF section type: ") +
145 llvm::report_fatal_error(llvm::Twine("section[") +
ELFDynObjWriter.cpp 64 llvm::report_fatal_error(llvm::Twine("cannot get enough memory region for output section[") +
  /frameworks/compile/mclinker/lib/Target/X86/
X86RelocationFactory.cpp 59 llvm::report_fatal_error(llvm::Twine("Unknown relocation type ") +
72 llvm::report_fatal_error(llvm::Twine("Applying relocation `") +
81 llvm::report_fatal_error(llvm::Twine("Applying relocation `") +
150 llvm::report_fatal_error("No GOT entry reserved for GOT type relocation!");
198 llvm::report_fatal_error("No PLT entry reserved for PLT type relocation!");
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 54 report_fatal_error("We do not support this DWARF encoding yet!");
415 // If invalid, report the error with report_fatal_error.
416 report_fatal_error("Invalid section specifier '" + Section + "': " +
442 // If invalid, report the error with report_fatal_error.
443 report_fatal_error("Global variable '" + GV->getName() +
461 // If invalid, report the error with report_fatal_error.
462 report_fatal_error("Global variable '" + GV->getName() +
  /external/llvm/lib/Target/XCore/
XCoreRegisterInfo.cpp 218 report_fatal_error("eliminateFrameIndex Frame size too big: " +
268 report_fatal_error("eliminateFrameIndex Frame size too big: " +
303 report_fatal_error("loadConstant value too big " + Twine(Value));
XCoreFrameLowering.cpp 53 report_fatal_error("loadFromStack offset too big " + Twine(Offset));
68 report_fatal_error("storeToStack offset too big " + Twine(Offset));
118 report_fatal_error("emitPrologue Frame size too big: " + Twine(FrameSize));
240 report_fatal_error("emitEpilogue Frame size too big: " + Twine(FrameSize));
  /external/clang/tools/clang-check/
ClangCheck.cpp 62 llvm::report_fatal_error(ErrorMessage);
  /frameworks/compile/mclinker/include/mcld/MC/
MCLinker.tcc 43 llvm::report_fatal_error("add a symbol from unknown file type.\n");
  /frameworks/compile/mclinker/lib/MC/
SearchDirs.cpp 84 llvm::report_fatal_error(llvm::Twine("SearchDir can not recoginize namespec: `") +
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocationFactory.cpp 41 llvm::report_fatal_error(llvm::Twine("Unknown relocation type. "
73 llvm::report_fatal_error(llvm::Twine("Applying relocation `") +
82 llvm::report_fatal_error(llvm::Twine("Applying relocation `") +
91 llvm::report_fatal_error(llvm::Twine("Encounter unsupported relocation `") +
195 llvm::report_fatal_error("No GOT entry reserved for GOT type relocation!");
242 llvm::report_fatal_error("No PLT entry reserved for PLT type relocation!");
545 llvm::report_fatal_error("Target is thumb, need stub!");
852 llvm::report_fatal_error("We don't support TLS relocation yet.");
ARMLDBackend.cpp 262 llvm::report_fatal_error(llvm::Twine("Unsupported output file format: ") +
334 llvm::report_fatal_error(llvm::Twine("Attempt to generate unsupported") +
460 llvm::report_fatal_error(llvm::Twine("Do not support relocation '") +
473 llvm::report_fatal_error(llvm::Twine("unexpected reloc ") +
557 llvm::report_fatal_error(llvm::Twine("Do not support relocation '") +
699 llvm::report_fatal_error(llvm::Twine("Unexpected reloc ") +
778 llvm::report_fatal_error(llvm::Twine("Unable to emit section `") +
    [all...]
  /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!");
661 report_fatal_error("Error reading function '" + F->getName()+
731 report_fatal_error("Program used external function '"+Name+
755 report_fatal_error("Could not resolve external global address: "
805 report_fatal_error("Compilation of non-internal GlobalValue is disabled!");
  /external/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 '" +
342 report_fatal_error("expected assembly-time absolute expression");
348 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 " +
MachObjectWriter.cpp 72 report_fatal_error("unable to evaluate offset for variable '" +
77 report_fatal_error("unable to evaluate offset to undefined symbol '" +
80 report_fatal_error("unable to evaluate offset to undefined symbol '" +
332 report_fatal_error("invalid 'common' alignment '" +
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 367 report_fatal_error("Invalid number of arguments of main() supplied");
369 report_fatal_error("Invalid type for third argument of main() supplied");
371 report_fatal_error("Invalid type for second argument of main() supplied");
373 report_fatal_error("Invalid type for first argument of main() supplied");
376 report_fatal_error("Invalid return type of main() supplied");
787 report_fatal_error(OS.str());
824 report_fatal_error(OS.str());
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp 129 report_fatal_error("Type could not be mapped for use with libffi.");
177 report_fatal_error("Type value could not be mapped for use with libffi.");
191 report_fatal_error("Calling external var arg function '" + F->getName()
287 report_fatal_error("Tried to execute an unknown external function: " +
324 //report_fatal_error("Interpreted program raised SIGABRT");
  /frameworks/compile/mclinker/lib/Support/Unix/
PathV3.inc 244 llvm::report_fatal_error(std::string("Can't read directory: ")+
276 llvm::report_fatal_error(std::string("Can't read directory: ")+
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
GDBRegistrar.cpp 138 llvm::report_fatal_error(
  /frameworks/compile/mclinker/include/mcld/LD/
ELFReader.tcc 451 llvm::report_fatal_error(llvm::Twine("invalid symbol index :") +
464 llvm::report_fatal_error(llvm::Twine("invalid sh_info: ") +
506 llvm::report_fatal_error(llvm::Twine("invalid symbol index :") +
519 llvm::report_fatal_error(llvm::Twine("invalid sh_info: ") +

Completed in 1520 milliseconds

12 3 4 5 6