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
723 OneMethodRecord(TypeIndex Type, MemberAttributes Attrs, int32_t VFTableOffset, in OneMethodRecord()
745 MemberAttributes Attrs;
787 DataMemberRecord(MemberAttributes Attrs, TypeIndex Type, uint64_t Offset, in DataMemberRecord()
801 MemberAttributes Attrs;
812 StaticDataMemberRecord(MemberAttributes Attrs, TypeIndex Type, StringRef Name) in StaticDataMemberRecord()
823 MemberAttributes Attrs;
[all …]
H A DTypeDumpVisitor.h24 struct MemberAttributes;
66 void printMemberAttributes(MemberAttributes Attrs);
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h325 struct MemberAttributes { struct
326 explicit MemberAttributes(
432 const MemberAttributes &attrs,
H A DDWARFASTParserClang.cpp2676 DWARFASTParserClang::MemberAttributes::MemberAttributes( in MemberAttributes() function in DWARFASTParserClang::MemberAttributes
2816 const MemberAttributes attrs(die, parent_die, module_sp); in ParseObjCProperty()
2900 const DWARFDIE &die, const MemberAttributes &attrs, in CreateStaticMemberVariable()
2955 const MemberAttributes attrs(die, parent_die, module_sp); in ParseSingleMember()
3175 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/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()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.h308 void printMemberAttributes(MemberAttributes Attrs);