Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DRecord.cpp2079 SmallVector<Record *, 4> DirectSCs; in getType() local
2080 getDirectSuperClasses(DirectSCs); in getType()
2081 return RecordRecTy::get(DirectSCs); in getType()
/external/llvm-project/llvm/lib/TableGen/
DRecord.cpp2214 SmallVector<Record *, 4> DirectSCs; in getType() local
2215 getDirectSuperClasses(DirectSCs); in getType()
2216 return RecordRecTy::get(DirectSCs); in getType()