OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:report_fatal_error
(Results
26 - 50
of
123
) sorted by null
1
2
3
4
5
/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!");
667
report_fatal_error
("Error reading function '" + F->getName()+
737
report_fatal_error
("Program used external function '"+Name+
761
report_fatal_error
("Could not resolve external global address: "
811
report_fatal_error
("Compilation of non-internal GlobalValue is disabled!");
/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");
795
report_fatal_error
(OS.str());
832
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/LD/
ELFObjectWriter.cpp
70
llvm::
report_fatal_error
(llvm::Twine("cannot get enough memory region for output section `") +
421
llvm::
report_fatal_error
("unsupported relocation section type!");
622
llvm::
report_fatal_error
("unsupported value size for align fragment emission yet.\n");
654
llvm::
report_fatal_error
("Target fragment should not be in a regular section.\n");
657
llvm::
report_fatal_error
("invalid fragment should not be in a regular section.\n");
/external/llvm/lib/CodeGen/
MachineCopyPropagation.cpp
156
report_fatal_error
("MachineCopyPropagation should be run after"
247
report_fatal_error
("MachineCopyPropagation should be run after"
RegAllocBase.cpp
119
report_fatal_error
(Msg);
IntrinsicLowering.cpp
350
report_fatal_error
("Cannot lower a call to a non-intrinsic function '"+
353
report_fatal_error
("Code generator does not support intrinsic function '"+
/external/llvm/lib/DebugInfo/
DWARFDebugFrame.cpp
178
report_fatal_error
("Values with expressions not implemented yet!");
375
report_fatal_error
(Str);
/external/llvm/tools/llvm-readobj/
llvm-readobj.cpp
98
report_fatal_error
(std::string(msg) + ": " + ec.message());
209
report_fatal_error
(errStr);
/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/clang/lib/Tooling/
CommonOptionsParser.cpp
77
llvm::
report_fatal_error
(ErrorMessage);
Tooling.cpp
293
llvm::
report_fatal_error
("Cannot chdir into \"" +
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
GDBRegistrar.cpp
138
llvm::
report_fatal_error
(
/external/llvm/lib/MC/
MCContext.cpp
378
// use the generic
report_fatal_error
().
380
report_fatal_error
(Msg);
MachObjectWriter.cpp
87
report_fatal_error
("unable to evaluate offset for variable '" +
92
report_fatal_error
("unable to evaluate offset to undefined symbol '" +
95
report_fatal_error
("unable to evaluate offset to undefined symbol '" +
343
report_fatal_error
("invalid 'common' alignment '" +
[
all
...]
MCObjectStreamer.cpp
163
report_fatal_error
("This file format doesn't support weak aliases.");
/external/llvm/lib/Support/
raw_ostream.cpp
509
//
report_fatal_error
() invokes exit(). We know
report_fatal_error
()
516
// to avoid
report_fatal_error
calls should check for errors with
520
report_fatal_error
("IO failure on output stream.");
/external/llvm/lib/Target/ARM/
ARMTargetMachine.cpp
89
report_fatal_error
("CPU: '" + Subtarget.getCPUString() + "' does not "
/frameworks/compile/libbcc/lib/ExecutionEngine/
GDBJITRegistrar.cpp
164
llvm::
report_fatal_error
("Allocation failed when registering a GDB-JIT entry!\n");
/external/llvm/lib/ExecutionEngine/MCJIT/
SectionMemoryManager.cpp
211
report_fatal_error
("Program used external function '" + Name +
/external/llvm/lib/Target/Mips/
MipsJITInfo.cpp
73
report_fatal_error
("MipsJITInfo::replaceMachineCodeForFunction");
/external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp
129
report_fatal_error
("AppendingLinkage is not supported by this target!");
/frameworks/compile/mclinker/include/mcld/ADT/
StringHash.h
48
llvm::
report_fatal_error
("Undefined StringHash function.\n");
/frameworks/compile/mclinker/lib/Support/
CommandLine.cpp
151
llvm::
report_fatal_error
(llvm::Twine("unknown -z option: `") +
/cts/tools/dasm/src/java_cup/runtime/
lr_parser.java
91
* <dt> void
report_fatal_error
(String message, Object info)
102
*
report_fatal_error
("Couldn't repair and continue parse", null);
318
public void
report_fatal_error
(
method in class:lr_parser
372
report_fatal_error
("Couldn't repair and continue parse", null);
[
all
...]
Completed in 623 milliseconds
1
2
3
4
5