Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp2315 SmallVector<Record *, 4> DirectSCs; in getType() local
2316 getDirectSuperClasses(DirectSCs); in getType()
2317 return RecordRecTy::get(DirectSCs); in getType()