HomeSort by relevance Sort by last modified time
    Searched refs:RecTyKind (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/TableGen/
Record.h 72 enum RecTyKind {
83 RecTyKind Kind;
88 RecTyKind getRecTyKind() const { return Kind; }
90 RecTy(RecTyKind K) : Kind(K), ListTy(0) {}
    [all...]
  /external/llvm/lib/TableGen/
Record.cpp 208 RecTyKind kind = RHS->getRecTyKind();
234 RecTyKind kind = RHS->getRecTyKind();
    [all...]

Completed in 76 milliseconds