Home
last modified time | relevance | path

Searched defs:SeenTypes (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp336 SmallBitVector SeenTypes(8); in getAction() local
/llvm-project/clang/lib/CodeGen/Targets/
H A DSystemZ.cpp50 mutable std::set<const Type *> SeenTypes; member in __anon2a6c9cb90111::SystemZTargetCodeGenInfo
/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2179 llvm::DenseSet<CanonicalDeclPtr<const CXXRecordDecl>> SeenTypes; CollectCXXBases() local
2195 CollectCXXBasesAux(const CXXRecordDecl * RD,llvm::DIFile * Unit,SmallVectorImpl<llvm::Metadata * > & EltTys,llvm::DIType * RecordTy,const CXXRecordDecl::base_class_const_range & Bases,llvm::DenseSet<CanonicalDeclPtr<const CXXRecordDecl>> & SeenTypes,llvm::DINode::DIFlags StartingFlags) CollectCXXBasesAux() argument