Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h370 class NestedTypeRecord : public TypeRecord {
372 NestedTypeRecord() = default;
373 explicit NestedTypeRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in NestedTypeRecord() function
374 NestedTypeRecord(TypeIndex Type, StringRef Name) in NestedTypeRecord() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp236 NestedTypeRecord &nested) { in visitKnownMember()
H A DSymbolFileNativePDB.cpp234 GetNestedTagDefinition(const NestedTypeRecord &Record, in GetNestedTagDefinition()
2217 NestedTypeRecord &Record) override { in BuildParentMap()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.h431 Error visitKnownMember(CVMemberRecord &Record, NestedTypeRecord &Nested,
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp466 NestedTypeRecord &Nested) { in visitKnownMember()
H A DTypeRecordMapping.cpp688 NestedTypeRecord &Record) { in visitKnownMember()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp527 NestedTypeRecord &Nested) { in visitKnownMember()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp627 template <> void MemberRecordImpl<NestedTypeRecord>::map(IO &IO) { in map()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2655 NestedTypeRecord R(getTypeIndex(Nested), Nested->getName()); in getVBPTypeIndex()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp2715 NestedTypeRecord &Nested, TypeIndex TI, in visitKnownMember()