OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:report_fatal_error
(Results
1 - 25
of
94
) sorted by null
1
2
3
4
/external/llvm/lib/Support/
ErrorHandling.cpp
52
void llvm::
report_fatal_error
(const char *Reason) {
function in class:llvm
53
report_fatal_error
(Twine(Reason));
56
void llvm::
report_fatal_error
(const std::string &Reason) {
function in class:llvm
57
report_fatal_error
(Twine(Reason));
60
void llvm::
report_fatal_error
(StringRef Reason) {
function in class:llvm
61
report_fatal_error
(Twine(Reason));
64
void llvm::
report_fatal_error
(const Twine &Reason) {
function in class:llvm
70
// raw ostreams can call
report_fatal_error
.
/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
128
report_fatal_error
("unsupported directive in streamer");
163
report_fatal_error
("No open frame");
195
report_fatal_error
("Starting a frame before finishing the previous one!");
327
report_fatal_error
("No open Win64 EH frame function!");
333
report_fatal_error
("Starting a function before ending the previous one!");
345
report_fatal_error
("Not all chained regions terminated!");
365
report_fatal_error
("End of a chained region outside a chained region!");
376
report_fatal_error
("Chained unwind areas can't have handlers!");
379
report_fatal_error
("Don't know what kind of handler this is!");
390
report_fatal_error
("Chained unwind areas can't have handlers!")
[
all
...]
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");
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/Object/
Object.cpp
46
if (ec)
report_fatal_error
("LLVMMoveToNextSection failed: " + ec.message());
52
report_fatal_error
(ec.message());
59
report_fatal_error
(ec.message());
66
report_fatal_error
(ec.message());
ELFObjectFile.cpp
270
report_fatal_error
("Symb must point to a valid symbol!");
528
report_fatal_error
("Section table goes past end of file!");
548
report_fatal_error
("String table must end with a null terminator!");
561
report_fatal_error
("Already found section named .strtab!");
566
report_fatal_error
("String table must end with a null terminator!");
646
report_fatal_error
("Invalid ELFCLASS!");
678
report_fatal_error
("Invalid symbol table section!");
689
report_fatal_error
("Invalid section index!");
710
report_fatal_error
("Symbol name offset outside of string table!");
737
report_fatal_error
("Not an ELF object file!")
[
all
...]
COFFObjectFile.cpp
62
report_fatal_error
("Symbol was outside of symbol table.");
78
report_fatal_error
("Section was outside of section table.");
/external/llvm/include/llvm/Support/
ErrorHandling.h
76
LLVM_ATTRIBUTE_NORETURN void
report_fatal_error
(const char *reason);
77
LLVM_ATTRIBUTE_NORETURN void
report_fatal_error
(const std::string &reason);
78
LLVM_ATTRIBUTE_NORETURN void
report_fatal_error
(StringRef reason);
79
LLVM_ATTRIBUTE_NORETURN void
report_fatal_error
(const Twine &reason);
/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
127
report_fatal_error
("Inline asm not supported by this streamer because"
135
report_fatal_error
("Error parsing inline asm\n");
238
report_fatal_error
("Nested variants found in inline asm string: '" +
273
report_fatal_error
("Unterminated ${:foo} operand in inline asm"
288
report_fatal_error
("Bad $ operand number in inline asm string: '" +
300
report_fatal_error
("Bad ${:} expression in inline asm string: '" +
308
report_fatal_error
("Bad ${} expression in inline asm string: '" +
314
report_fatal_error
("Invalid $ operand number in inline asm string: '" +
403
report_fatal_error
(Msg.str());
/external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp
67
report_fatal_error
("Target does not support MC emission!");
83
report_fatal_error
(Dyld.getErrorString());
93
report_fatal_error
("not yet implemented");
114
report_fatal_error
("not yet implemented");
118
report_fatal_error
("not yet implemented");
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp
70
report_fatal_error
("Unknown object format!");
73
report_fatal_error
("Incompatible object format!");
/external/clang/lib/Frontend/
LangStandards.cpp
25
llvm::
report_fatal_error
("getLangStandardForKind() on unspecified kind");
/external/llvm/lib/Target/X86/
X86MachObjectWriter.cpp
156
report_fatal_error
("unsupported relocation of modified symbol");
161
report_fatal_error
("unsupported pc-relative relocation of difference");
174
report_fatal_error
("unsupported relocation with identical base");
252
report_fatal_error
("unsupported relocation of variable '" +
256
report_fatal_error
("unsupported relocation of undefined symbol '" +
274
report_fatal_error
("unsupported symbol modifier in relocation");
300
report_fatal_error
("unsupported symbol modifier in branch "
316
report_fatal_error
("TLVP symbol modifier should have been rip-rel");
318
report_fatal_error
("unsupported symbol modifier in relocation");
355
report_fatal_error
("symbol '" + A->getName()
[
all
...]
/external/llvm/lib/Target/ARM/
ARMMachObjectWriter.cpp
139
report_fatal_error
("symbol '" + A->getName() +
152
report_fatal_error
("symbol '" + B->getSymbol().getName() +
237
report_fatal_error
("symbol '" + A->getName() +
249
report_fatal_error
("symbol '" + B->getSymbol().getName() +
292
report_fatal_error
("unknown ARM fixup kind!");
333
report_fatal_error
("FIXME: relocations to absolute targets "
/external/llvm/lib/Target/XCore/
XCoreRegisterInfo.cpp
232
report_fatal_error
("eliminateFrameIndex Frame size too big: " +
282
report_fatal_error
("eliminateFrameIndex Frame size too big: " +
317
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/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/lib/ExecutionEngine/
ExecutionEngine.cpp
369
report_fatal_error
("Invalid number of arguments of main() supplied");
371
report_fatal_error
("Invalid type for third argument of main() supplied");
373
report_fatal_error
("Invalid type for second argument of main() supplied");
375
report_fatal_error
("Invalid type for first argument of main() supplied");
378
report_fatal_error
("Invalid return type of main() supplied");
780
report_fatal_error
(OS.str());
817
report_fatal_error
(OS.str());
[
all
...]
/external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp
53
report_fatal_error
("We do not support this DWARF encoding yet!");
360
// If invalid, report the error with
report_fatal_error
.
361
report_fatal_error
("Global variable '" + GV->getNameStr() +
381
// If invalid, report the error with
report_fatal_error
.
382
report_fatal_error
("Global variable '" + GV->getNameStr() +
/external/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/llvm/lib/ExecutionEngine/JIT/
JIT.cpp
292
report_fatal_error
("Target does not support machine code emission!");
345
report_fatal_error
("Target does not support machine code emission!");
376
report_fatal_error
("Target does not support machine code emission!");
660
report_fatal_error
("Error reading function '" + F->getName()+
734
report_fatal_error
("Could not resolve external global address: "
784
report_fatal_error
("Compilation of non-internal GlobalValue is disabled!");
/frameworks/compile/libbcc/lib/CodeGen/
CodeEmitter.cpp
529
llvm::
report_fatal_error
(Msg.str());
587
llvm::
report_fatal_error
(Msg.str());
763
llvm::
report_fatal_error
988
llvm::
report_fatal_error
("Could not resolve external function "
[
all
...]
Completed in 588 milliseconds
1
2
3
4