Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h562 ArrayRef<VFTableSlotKind> getSlots() const { in getSlots() function
568 uint32_t getEntryCount() const { return getSlots().size(); } in getEntryCount()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp500 ArrayRef<VFTableSlotKind> Slots = Record.getSlots(); in visitKnownRecord()