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

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

Completed in 284 milliseconds