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 {
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 117 MachineJumpTableInfo((MachineJumpTableInfo::JTEntryKind)EntryKind);
    [all...]

Completed in 633 milliseconds