Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h726 class OneMethodRecord : public TypeRecord {
728 OneMethodRecord() = default;
729 explicit OneMethodRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in OneMethodRecord() function
730 OneMethodRecord(TypeIndex Type, MemberAttributes Attrs, int32_t VFTableOffset, in OneMethodRecord() function
734 OneMethodRecord(TypeIndex Type, MemberAccess Access, MethodKind MK, in OneMethodRecord() function
762 MethodOverloadListRecord(ArrayRef<OneMethodRecord> Methods) in MethodOverloadListRecord()
765 ArrayRef<OneMethodRecord> getMethods() const { return Methods; } in getMethods()
767 std::vector<OneMethodRecord> Methods;
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp47 LLVM_YAML_IS_SEQUENCE_VECTOR(OneMethodRecord)
72 LLVM_YAML_DECLARE_MAPPING_TRAITS(OneMethodRecord)
503 void MappingTraits<OneMethodRecord>::mapping(IO &io, OneMethodRecord &Record) { in mapping()
609 template <> void MemberRecordImpl<OneMethodRecord>::map(IO &IO) { in map()
610 MappingTraits<OneMethodRecord>::mapping(IO, Record); in map()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp160 OneMethodRecord &one_method) { in visitKnownMember()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp24 Error operator()(CodeViewRecordIO &IO, OneMethodRecord &Method) const { in operator ()()
428 OneMethodRecord &Record) { in visitKnownMember()
H A DTypeDumpVisitor.cpp474 OneMethodRecord &Method) { in visitKnownMember()
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp522 OneMethodRecord &Method) { in visitKnownMember()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2333 std::vector<OneMethodRecord> Methods; in lowerRecordFieldList()
2342 Methods.push_back(OneMethodRecord( in lowerRecordFieldList()