Home
last modified time | relevance | path

Searched refs:EnumeratorRecord (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSymbolEnumerator.h28 codeview::EnumeratorRecord Record);
48 codeview::EnumeratorRecord Record;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp51 EnumeratorRecord &Record) override;
57 std::vector<EnumeratorRecord> Enumerators;
82 EnumeratorRecord &Record) { in visitKnownMember()
H A DNativeSymbolEnumerator.cpp21 codeview::EnumeratorRecord Record) in NativeSymbolEnumerator()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h830 class EnumeratorRecord : public TypeRecord {
832 EnumeratorRecord() = default;
833 explicit EnumeratorRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in EnumeratorRecord() function
834 EnumeratorRecord(MemberAttributes Attrs, APSInt Value, StringRef Name) in EnumeratorRecord() function
837 EnumeratorRecord(MemberAccess Access, APSInt Value, StringRef Name) in EnumeratorRecord() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp299 EnumeratorRecord &enumerator) { in visitKnownMember()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.h427 Error visitKnownMember(CVMemberRecord &Record, EnumeratorRecord &Enum,
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp518 EnumeratorRecord &Enum) { in visitKnownMember()
H A DTypeRecordMapping.cpp647 EnumeratorRecord &Record) { in visitKnownMember()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp563 EnumeratorRecord &Enum) { in visitKnownMember()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp645 template <> void MemberRecordImpl<EnumeratorRecord>::map(IO &IO) { in map()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2279 EnumeratorRecord ER(MemberAccess::Public, in lowerTypeEnum()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp2680 EnumeratorRecord &Enum, TypeIndex TI, in visitKnownMember()