Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h720 class OneMethodRecord : public TypeRecord {
722 OneMethodRecord() = default;
723 explicit OneMethodRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in OneMethodRecord() function
724 OneMethodRecord(TypeIndex Type, MemberAttributes Attrs, int32_t VFTableOffset, in OneMethodRecord() function
728 OneMethodRecord(TypeIndex Type, MemberAccess Access, MethodKind MK, in OneMethodRecord() function
756 MethodOverloadListRecord(ArrayRef<OneMethodRecord> Methods) in MethodOverloadListRecord()
759 ArrayRef<OneMethodRecord> getMethods() const { return Methods; } in getMethods()
761 std::vector<OneMethodRecord> Methods;
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp46 LLVM_YAML_IS_SEQUENCE_VECTOR(OneMethodRecord)
71 LLVM_YAML_DECLARE_MAPPING_TRAITS(OneMethodRecord)
511 void MappingTraits<OneMethodRecord>::mapping(IO &io, OneMethodRecord &Record) { in mapping()
617 template <> void MemberRecordImpl<OneMethodRecord>::map(IO &IO) { in map()
618 MappingTraits<OneMethodRecord>::mapping(IO, Record); in map()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp273 OneMethodRecord &one_method) { in visitKnownMember()
291 for (const OneMethodRecord &method : method_list.Methods) in visitKnownMember()
H A DPdbAstBuilder.cpp64 for (const OneMethodRecord &method : method_list.Methods) { in visitKnownMember()
74 OneMethodRecord &record) override { in visitKnownMember()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp144 Error operator()(CodeViewRecordIO &IO, OneMethodRecord &Method) const { in operator ()()
681 OneMethodRecord &Record) { in visitKnownMember()
H A DTypeDumpVisitor.cpp473 OneMethodRecord &Method) { in visitKnownMember()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.h433 Error visitKnownMember(CVMemberRecord &Record, OneMethodRecord &Method,
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp533 OneMethodRecord &Method) { in visitKnownMember()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2624 std::vector<OneMethodRecord> Methods; in lowerRecordFieldList()
2633 Methods.push_back(OneMethodRecord( in lowerRecordFieldList()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp2260 for (OneMethodRecord &Method : Overloads.Methods) { in visitKnownRecord()
2760 OneMethodRecord &Method, TypeIndex TI, in visitKnownMember()