OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:llvm_unreachable
(Results
1 - 25
of
765
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/lib/Target/PowerPC/
PPCCallingConv.h
26
llvm_unreachable
("The AnyReg calling convention is only supported by the " \
/external/llvm/lib/Target/Mips/
MipsISelDAGToDAG.cpp
70
llvm_unreachable
("Unimplemented function.");
76
llvm_unreachable
("Unimplemented function.");
82
llvm_unreachable
("Unimplemented function.");
88
llvm_unreachable
("Unimplemented function.");
94
llvm_unreachable
("Unimplemented function.");
100
llvm_unreachable
("Unimplemented function.");
106
llvm_unreachable
("Unimplemented function.");
112
llvm_unreachable
("Unimplemented function.");
117
llvm_unreachable
("Unimplemented function.");
122
llvm_unreachable
("Unimplemented function.")
[
all
...]
/external/clang/lib/Driver/
Phases.cpp
26
llvm_unreachable
("Invalid phase id.");
/external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCObjectWriter.cpp
47
llvm_unreachable
("Unsupported absolute address");
59
llvm_unreachable
("Unsupported PC-relative address");
68
llvm_unreachable
("Unsupported absolute address");
77
llvm_unreachable
("Unsupported absolute address");
87
llvm_unreachable
("Unsupported absolute address");
97
llvm_unreachable
("Unsupported absolute address");
106
llvm_unreachable
("Unsupported absolute address");
127
llvm_unreachable
("Only PC-relative INDNTPOFF accesses are supported for now");
144
llvm_unreachable
("Only PC-relative GOT accesses are supported for now");
151
llvm_unreachable
("Modifier not supported")
[
all
...]
/external/llvm/include/llvm/Support/
ErrorHandling.h
82
/// Use the
llvm_unreachable
macro (that adds location info), instead of
98
#define
llvm_unreachable
(msg) \
macro
101
#define
llvm_unreachable
(msg) LLVM_BUILTIN_UNREACHABLE
103
#define
llvm_unreachable
(msg) ::llvm::llvm_unreachable_internal()
/external/clang/include/clang/Basic/
TargetCXXABI.h
129
llvm_unreachable
("bad ABI kind");
146
llvm_unreachable
("bad ABI kind");
226
llvm_unreachable
("bad ABI kind");
282
llvm_unreachable
("bad ABI kind");
ObjCRuntime.h
85
llvm_unreachable
("bad kind");
123
llvm_unreachable
("bad kind");
143
llvm_unreachable
("bad kind");
161
llvm_unreachable
("bad kind");
208
llvm_unreachable
("bad kind");
231
llvm_unreachable
("bad kind");
252
llvm_unreachable
("bad kind");
265
llvm_unreachable
("bad kind");
278
llvm_unreachable
("bad kind");
/external/llvm/lib/Target/R600/
AMDGPUMachineFunction.cpp
23
llvm_unreachable
("Can't parse shader type!");
/external/llvm/tools/llvm-cxxdump/
Error.cpp
32
llvm_unreachable
(
/external/llvm/lib/Target/MSP430/
MSP430MCInstLower.cpp
34
default:
llvm_unreachable
("Unknown target flag on GV operand");
44
default:
llvm_unreachable
("Unknown target flag on GV operand");
60
default:
llvm_unreachable
("Unknown target flag on GV operand");
77
default:
llvm_unreachable
("Unknown target flag on GV operand");
88
default:
llvm_unreachable
("Unknown target flag on GV operand");
102
default:
llvm_unreachable
("Unknown target flag on GV operand");
123
llvm_unreachable
("unknown operand type");
/external/clang/include/clang/AST/
TypeLocVisitor.h
36
llvm_unreachable
("unexpected type loc class!");
46
llvm_unreachable
("unexpected type loc class!");
TypeVisitor.h
76
llvm_unreachable
("Unknown type class!");
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonAsmBackend.cpp
37
llvm_unreachable
("fixupNeedsRelaxation() unimplemented");
42
llvm_unreachable
("relaxInstruction() unimplemented");
/external/llvm/lib/ProfileData/
SampleProf.cpp
42
llvm_unreachable
("A value of sampleprof_error has no message.");
InstrProf.cpp
54
llvm_unreachable
("A value of instrprof_error has no message.");
InstrProfIndexed.h
46
llvm_unreachable
("Unhandled hash type");
/external/llvm/lib/Target/X86/
X86CallingConv.h
39
llvm_unreachable
("The AnyReg calling convention is only supported by the " \
/external/llvm/tools/obj2yaml/
Error.cpp
38
llvm_unreachable
("An enumerator of obj2yaml_error does not have a message "
/external/llvm/lib/Target/X86/MCTargetDesc/
X86WinCOFFObjectWriter.cpp
69
llvm_unreachable
("unsupported relocation type");
87
llvm_unreachable
("unsupported relocation type");
90
llvm_unreachable
("Unsupported COFF machine type.");
/external/llvm/lib/Transforms/ObjCARC/
PtrState.cpp
42
llvm_unreachable
("Unknown sequence type.");
210
llvm_unreachable
("bottom-up pointer in retain state!");
212
llvm_unreachable
("Sequence unknown enum value");
238
llvm_unreachable
("bottom-up pointer in retain state!");
240
llvm_unreachable
("Sequence unknown enum value");
288
llvm_unreachable
("bottom-up pointer in retain state!");
345
llvm_unreachable
("top-down pointer in bottom up state!");
347
llvm_unreachable
("Sequence unknown enum value");
378
llvm_unreachable
("top-down pointer in release state!");
380
llvm_unreachable
("covered switch is not covered!?")
[
all
...]
/external/llvm/lib/MC/
MCInstPrinter.cpp
29
llvm_unreachable
("Target should implement this");
96
llvm_unreachable
("unsupported print style");
109
llvm_unreachable
("unsupported print style");
/external/llvm/lib/Support/
Compression.cpp
34
llvm_unreachable
("Invalid zlib::CompressionLevel!");
44
default:
llvm_unreachable
("unknown zlib return status!");
96
llvm_unreachable
("zlib::crc32 is unavailable");
/external/clang/lib/Basic/
TokenKinds.cpp
28
llvm_unreachable
("unknown TokenKind");
/external/llvm/lib/ExecutionEngine/Orc/
OrcMCJITReplacement.cpp
89
llvm_unreachable
("Unknown return type for function call!");
103
llvm_unreachable
("Integer types > 64 bits not supported");
118
llvm_unreachable
("long double not supported yet");
124
llvm_unreachable
("Full-featured argument passing not supported yet!");
/external/llvm/lib/Object/
Error.cpp
48
llvm_unreachable
("An enumerator of object_error does not have a message "
Completed in 1120 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>