Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp467 printTypeIndex("Type", Nested.getNestedType()); in visitKnownMember()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h376 TypeIndex getNestedType() const { return Type; } in getNestedType() function