Home
last modified time | relevance | path

Searched refs:getNestedType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp467 printTypeIndex("Type", Nested.getNestedType()); in visitKnownMember()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h377 TypeIndex getNestedType() const { return Type; } in getNestedType() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp2719 printTypeIndex("Type", Nested.getNestedType(), StreamTPI); in visitKnownMember()
2726 LVElement *NestedType = getElement(StreamTPI, Nested.getNestedType()); in visitKnownMember()