Home
last modified time | relevance | path

Searched refs:MemberAttributes (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/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() function
52 MemberAttributes(MemberAccess Access, MethodKind Kind, MethodOptions Flags) { in MemberAttributes() argument
724 OneMethodRecord(TypeIndex Type, MemberAttributes Attrs, int32_t VFTableOffset, in OneMethodRecord()
746 MemberAttributes Attrs;
788 DataMemberRecord(MemberAttributes Attrs, TypeIndex Type, uint64_t Offset, in DataMemberRecord()
802 MemberAttributes Attrs;
813 StaticDataMemberRecord(MemberAttributes Attrs, TypeIndex Type, StringRef Name) in StaticDataMemberRecord()
824 MemberAttributes Attrs;
[all …]
H A DTypeDumpVisitor.h23 struct MemberAttributes;
65 void printMemberAttributes(MemberAttributes Attrs);
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h282 struct MemberAttributes { struct
283 explicit MemberAttributes(
360 const MemberAttributes &attrs,
H A DDWARFASTParserClang.cpp2570 DWARFASTParserClang::MemberAttributes::MemberAttributes( in MemberAttributes() function in DWARFASTParserClang::MemberAttributes
2710 const MemberAttributes attrs(die, parent_die, module_sp); in ParseObjCProperty()
2794 const DWARFDIE &die, const MemberAttributes &attrs, in CreateStaticMemberVariable()
2849 const MemberAttributes attrs(die, parent_die, module_sp); in ParseSingleMember()
3094 const MemberAttributes attrs(die, parent_die, module_sp); in ParseChildMembers()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.h135 llvm::codeview::MemberAttributes attrs);
H A DUdtRecordCompleter.cpp94 MemberAttributes attrs) { in AddMethod()
H A DPdbAstBuilder.cpp81 MethodOptions options, MemberAttributes attrs) { in AddMethod()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.h308 void printMemberAttributes(MemberAttributes Attrs);
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp436 void TypeDumpVisitor::printMemberAttributes(MemberAttributes Attrs) { in printMemberAttributes()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp188 static std::string memberAttributes(const MemberAttributes &Attrs) { in memberAttributes()