Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h561 ArrayRef<VFTableSlotKind> getSlots() const { in getSlots() function
567 uint32_t getEntryCount() const { return getSlots().size(); } in getEntryCount()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp481 ArrayRef<VFTableSlotKind> Slots = Record.getSlots(); in visitKnownRecord()