Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h277 struct MemberAttributes { global() struct
282 nameMemberAttributes global() argument
285 bit_offsetMemberAttributes global() argument
287 bit_sizeMemberAttributes global() argument
288 data_bit_offsetMemberAttributes global() argument
289 accessibilityMemberAttributes global() argument
290 byte_sizeMemberAttributes global() argument
291 const_value_formMemberAttributes global() argument
292 encoding_formMemberAttributes global() argument
295 member_byte_offsetMemberAttributes global() argument
296 is_artificialMemberAttributes global() argument
297 is_declarationMemberAttributes global() argument
H A DDWARFASTParserClang.cpp2592 DWARFASTParserClang::MemberAttributes::MemberAttributes( MemberAttributes() function in DWARFASTParserClang::MemberAttributes
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h40 struct MemberAttributes { struct
47 MemberAttributes() = default; argument
49 explicit MemberAttributes(MemberAccess Access) in MemberAttributes() argument
52 MemberAttributes(MemberAccess Access, MethodKind Kind, MethodOptions Flags) { in MemberAttributes() argument
59 getAccessMemberAttributes getAccess() argument
64 getMethodKindMemberAttributes getMethodKind() argument
72 getFlagsMemberAttributes getFlags() argument
79 isVirtualMemberAttributes isVirtual() argument
86 isIntroducedVirtualMemberAttributes isIntroducedVirtual() argument
93 isStaticMemberAttributes isStatic() argument
[all...]