OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JTEntryKind
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineJumpTableInfo.h
44
///
JTEntryKind
- This enum indicates how each entry of the jump table is
46
enum
JTEntryKind
{
79
JTEntryKind
EntryKind;
82
explicit MachineJumpTableInfo(
JTEntryKind
Kind): EntryKind(Kind) {}
84
JTEntryKind
getEntryKind() const { return EntryKind; }
MachineFunction.h
186
MachineJumpTableInfo *getOrCreateJumpTableInfo(unsigned
JTEntryKind
);
/external/llvm/lib/CodeGen/
MachineFunction.cpp
123
MachineJumpTableInfo((MachineJumpTableInfo::
JTEntryKind
)EntryKind);
[
all
...]
Completed in 3028 milliseconds