Home
last modified time | relevance | path

Searched refs:DirectSCs (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/TableGen/
H A DRecord.cpp1856 SmallVector<Record *, 4> DirectSCs; in getType() local
1857 getDirectSuperClasses(DirectSCs); in getType()
1858 return RecordRecTy::get(DirectSCs); in getType()