|
LLVM 23.0.0git
|
Classes | |
| struct | MemberInfo |
Public Types | |
| using | MemberList = std::vector<MemberInfo> |
| using | MethodsList = TinyPtrVector<const DISubprogram *> |
| using | MethodsMap = MapVector<MDString *, MethodsList> |
Public Attributes | |
| std::vector< const DIDerivedType * > | Inheritance |
| Base classes. | |
| MemberList | Members |
| Direct members. | |
| MethodsMap | Methods |
| TypeIndex | VShapeTI |
| std::vector< const DIType * > | NestedTypes |
Definition at line 2310 of file CodeViewDebug.cpp.
| using llvm::ClassInfo::MemberList = std::vector<MemberInfo> |
Definition at line 2316 of file CodeViewDebug.cpp.
Definition at line 2318 of file CodeViewDebug.cpp.
| using llvm::ClassInfo::MethodsMap = MapVector<MDString *, MethodsList> |
Definition at line 2320 of file CodeViewDebug.cpp.
| std::vector<const DIDerivedType *> llvm::ClassInfo::Inheritance |
Base classes.
Definition at line 2323 of file CodeViewDebug.cpp.
| MemberList llvm::ClassInfo::Members |
Direct members.
Definition at line 2326 of file CodeViewDebug.cpp.
| MethodsMap llvm::ClassInfo::Methods |
Definition at line 2328 of file CodeViewDebug.cpp.
Definition at line 2332 of file CodeViewDebug.cpp.
| TypeIndex llvm::ClassInfo::VShapeTI |
Definition at line 2330 of file CodeViewDebug.cpp.