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

  /external/llvm/include/llvm/TableGen/
Record.h 101 /// getListTy - Returns the type representing list<this>.
102 ListRecTy *getListTy();
296 friend ListRecTy *RecTy::getListTy();
302 static ListRecTy *get(RecTy *T) { return T->getListTy(); }
    [all...]
  /external/llvm/lib/TableGen/
Record.cpp 92 ListRecTy *RecTy::getListTy() {
    [all...]

Completed in 208 milliseconds