HomeSort by: relevance | last modified time | path
    Searched defs:getEntryKind (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineJumpTableInfo.h 84 JTEntryKind getEntryKind() const { return EntryKind; }
DbgEntityHistoryCalculator.h 84 EntryKind getEntryKind() const { return Instr.getInt(); }
86 bool isClobber() const { return getEntryKind() == Clobber; }
87 bool isDbgValue() const { return getEntryKind() == DbgValue; }

Completed in 14 milliseconds