HomeSort by relevance Sort by last modified time
    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 {
74 JTEntryKind EntryKind;
77 explicit MachineJumpTableInfo(JTEntryKind Kind): EntryKind(Kind) {}
79 JTEntryKind getEntryKind() const { return EntryKind; }
MachineFunction.h 173 MachineJumpTableInfo *getOrCreateJumpTableInfo(unsigned JTEntryKind);
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 105 MachineJumpTableInfo((MachineJumpTableInfo::JTEntryKind)EntryKind);

Completed in 181 milliseconds