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
123
) sorted by null
1
2
3
4
5
/external/llvm/lib/Object/
Object.cpp
48
if (ec)
report_fatal_error
("LLVMMoveToNextSection failed: " + ec.message());
54
report_fatal_error
(ec.message());
75
if (ec)
report_fatal_error
("LLVMMoveToNextSymbol failed: " + ec.message());
82
report_fatal_error
(ec.message());
89
report_fatal_error
(ec.message());
96
report_fatal_error
(ec.message());
103
report_fatal_error
(ec.message());
111
report_fatal_error
(ec.message());
133
if (ec)
report_fatal_error
("LLVMMoveToNextRelocation failed: " +
142
report_fatal_error
(ec.message())
[
all
...]
MachOObjectFile.cpp
375
report_fatal_error
("getSymbolValue unimplemented in MachOObjectFile");
393
report_fatal_error
("Dynamic symbols unimplemented in MachOObjectFile");
398
report_fatal_error
("Dynamic symbols unimplemented in MachOObjectFile");
403
report_fatal_error
("Needed libraries unimplemented in MachOObjectFile");
408
report_fatal_error
("Needed libraries unimplemented in MachOObjectFile");
413
report_fatal_error
("get_load_name() unimplemented in MachOObjectFile");
948
report_fatal_error
(ec.message());
968
if (ec)
report_fatal_error
(ec.message());
974
report_fatal_error
(ec.message());
977
report_fatal_error
(ec.message())
[
all
...]
COFFObjectFile.cpp
66
report_fatal_error
("Symbol was outside of symbol table.");
82
report_fatal_error
("Section was outside of section table.");
295
report_fatal_error
("getSymbolValue unimplemented in COFFObjectFile");
518
report_fatal_error
("Dynamic symbols unimplemented in COFFObjectFile");
523
report_fatal_error
("Dynamic symbols unimplemented in COFFObjectFile");
528
report_fatal_error
("Libraries needed unimplemented in COFFObjectFile");
533
report_fatal_error
("Libraries needed unimplemented in COFFObjectFile");
652
report_fatal_error
("Aux Symbol data was outside of symbol table.");
824
report_fatal_error
("getLibraryNext not implemented in COFFObjectFile");
829
report_fatal_error
("getLibraryPath not implemented in COFFObjectFile")
[
all
...]
ELFObjectFile.cpp
73
report_fatal_error
("Buffer is not an ELF object file!");
/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
56
report_fatal_error
("unsupported directive in pure streamer");
59
report_fatal_error
("unsupported directive in pure streamer");
63
report_fatal_error
("unsupported directive in pure streamer");
66
report_fatal_error
("unsupported directive in pure streamer");
70
report_fatal_error
("unsupported directive in pure streamer");
73
report_fatal_error
("unsupported directive in pure streamer");
76
report_fatal_error
("unsupported directive in pure streamer");
79
report_fatal_error
("unsupported directive in pure streamer");
82
report_fatal_error
("unsupported directive in pure streamer");
85
report_fatal_error
("unsupported directive in pure streamer")
[
all
...]
MCStreamer.cpp
142
report_fatal_error
("unsupported directive in streamer");
146
report_fatal_error
("unsupported directive in streamer");
182
report_fatal_error
("No open frame");
218
report_fatal_error
("Starting a frame before finishing the previous one!");
394
report_fatal_error
("No open Win64 EH frame function!");
400
report_fatal_error
("Starting a function before ending the previous one!");
412
report_fatal_error
("Not all chained regions terminated!");
432
report_fatal_error
("End of a chained region outside a chained region!");
443
report_fatal_error
("Chained unwind areas can't have handlers!");
446
report_fatal_error
("Don't know what kind of handler this is!")
[
all
...]
MCELFStreamer.cpp
114
report_fatal_error
("Unterminated .bundle_lock when changing a section");
273
report_fatal_error
("Emitting values inside a locked bundle is forbidden");
283
report_fatal_error
("Emitting values inside a locked bundle is forbidden");
443
report_fatal_error
(".bundle_align_mode should be only set once per file");
452
report_fatal_error
(".bundle_lock forbidden when bundling is disabled");
454
report_fatal_error
("Nesting of .bundle_lock is forbidden");
466
report_fatal_error
(".bundle_unlock forbidden when bundling is disabled");
468
report_fatal_error
(".bundle_unlock without matching lock");
470
report_fatal_error
("Empty bundle-locked group is forbidden");
MCAssembler.cpp
126
report_fatal_error
("unable to evaluate offset for variable '" +
131
report_fatal_error
("unable to evaluate offset to undefined symbol '" +
134
report_fatal_error
("unable to evaluate offset to undefined symbol '" +
433
report_fatal_error
("expected assembly-time absolute expression");
439
report_fatal_error
("invalid .org offset '" + Twine(TargetLocation) +
494
report_fatal_error
("Fragment can't be larger than a bundle size");
498
report_fatal_error
("Padding cannot exceed 255 bytes");
539
report_fatal_error
("unable to write NOP sequence of " +
544
report_fatal_error
("unable to write NOP sequence of " +
567
report_fatal_error
("undefined .align directive, value size '"
[
all
...]
/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
128
report_fatal_error
("Inline asm not supported by this streamer because"
137
report_fatal_error
("Error parsing inline asm\n");
186
report_fatal_error
("Bad $ operand number in inline asm string: '" +
191
report_fatal_error
("Invalid $ operand number in inline asm string: '" +
280
report_fatal_error
("Nested variants found in inline asm string: '" +
315
report_fatal_error
("Unterminated ${:foo} operand in inline asm"
330
report_fatal_error
("Bad $ operand number in inline asm string: '" +
342
report_fatal_error
("Bad ${:} expression in inline asm string: '" +
350
report_fatal_error
("Bad ${} expression in inline asm string: '" +
356
report_fatal_error
("Invalid $ operand number in inline asm string: '"
[
all
...]
/frameworks/compile/mclinker/lib/LD/
Diagnostic.cpp
107
llvm::
report_fatal_error
(llvm::Twine("Mismatched {} in the diagnostic: ") +
115
llvm::
report_fatal_error
(llvm::Twine("In diagnostic: ") +
128
llvm::
report_fatal_error
(llvm::Twine("In diagnostic: ") +
139
llvm::
report_fatal_error
(llvm::Twine("In diagnostic: ") +
/external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp
93
report_fatal_error
("Target does not support MC emission!");
105
report_fatal_error
(Dyld.getErrorString());
144
report_fatal_error
("not yet implemented");
177
report_fatal_error
("not yet implemented");
181
report_fatal_error
("not yet implemented");
302
report_fatal_error
("Program used external function '"+Name+
/external/llvm/lib/Target/XCore/InstPrinter/
XCoreInstPrinter.cpp
39
report_fatal_error
("can't handle InlineJT");
44
report_fatal_error
("can't handle InlineJT32");
/external/clang/lib/Frontend/
LangStandards.cpp
23
llvm::
report_fatal_error
("getLangStandardForKind() on unspecified kind");
/external/llvm/lib/Analysis/
ProfileDataLoader.cpp
63
report_fatal_error
(Twine(ToolName) + ": Profiling data truncated");
125
report_fatal_error
(Twine(ToolName) + ": Error opening '" +
148
report_fatal_error
(std::string(ToolName)
/external/llvm/lib/Transforms/Instrumentation/
BlackList.cpp
38
report_fatal_error
("Can't open blacklist file: " + Path + ": " +
57
report_fatal_error
("malformed blacklist line: " + SplitLine.first);
70
report_fatal_error
("malformed blacklist regex: " + SplitLine.second +
/external/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp
158
report_fatal_error
("unsupported relocation of modified symbol");
163
report_fatal_error
("unsupported pc-relative relocation of difference");
176
report_fatal_error
("unsupported relocation with identical base");
254
report_fatal_error
("unsupported relocation of variable '" +
258
report_fatal_error
("unsupported relocation of undefined symbol '" +
276
report_fatal_error
("unsupported symbol modifier in relocation");
302
report_fatal_error
("unsupported symbol modifier in branch "
318
report_fatal_error
("TLVP symbol modifier should have been rip-rel");
320
report_fatal_error
("unsupported symbol modifier in relocation");
357
report_fatal_error
("symbol '" + A->getName()
[
all
...]
/external/llvm/lib/Target/XCore/
XCoreRegisterInfo.cpp
164
report_fatal_error
("eliminateFrameIndex Frame size too big: " +
214
report_fatal_error
("eliminateFrameIndex Frame size too big: " +
249
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));
115
report_fatal_error
("emitPrologue Frame size too big: " + Twine(FrameSize));
237
report_fatal_error
("emitEpilogue Frame size too big: " + Twine(FrameSize));
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.h
27
report_fatal_error
(Err.message());
RuntimeDyld.cpp
68
report_fatal_error
("Unable to create object image from memory buffer!");
184
report_fatal_error
("Unable to allocate memory for common symbols!");
260
report_fatal_error
("Unable to allocate section memory!");
450
report_fatal_error
("Expected external symbol");
501
report_fatal_error
("Incompatible object format!");
505
report_fatal_error
("Incompatible object format!");
/external/llvm/include/llvm/Object/
ELF.h
[
all
...]
/external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp
53
report_fatal_error
("We do not support this DWARF encoding yet!");
468
// If invalid, report the error with
report_fatal_error
.
469
report_fatal_error
("Invalid section specifier '" + Section + "': " +
495
// If invalid, report the error with
report_fatal_error
.
496
report_fatal_error
("Global variable '" + GV->getName() +
514
// If invalid, report the error with
report_fatal_error
.
515
report_fatal_error
("Global variable '" + GV->getName() +
Completed in 261 milliseconds
1
2
3
4
5