LLVM 20.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 2304 of file CodeViewDebug.cpp.
using llvm::ClassInfo::MemberList = std::vector<MemberInfo> |
Definition at line 2310 of file CodeViewDebug.cpp.
Definition at line 2312 of file CodeViewDebug.cpp.
using llvm::ClassInfo::MethodsMap = MapVector<MDString *, MethodsList> |
Definition at line 2314 of file CodeViewDebug.cpp.
std::vector<const DIDerivedType *> llvm::ClassInfo::Inheritance |
Base classes.
Definition at line 2317 of file CodeViewDebug.cpp.
MemberList llvm::ClassInfo::Members |
Direct members.
Definition at line 2320 of file CodeViewDebug.cpp.
MethodsMap llvm::ClassInfo::Methods |
Definition at line 2322 of file CodeViewDebug.cpp.
Definition at line 2326 of file CodeViewDebug.cpp.
TypeIndex llvm::ClassInfo::VShapeTI |
Definition at line 2324 of file CodeViewDebug.cpp.