Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/CodeView/
DTypeTableBuilder.cpp178 ArrayRef<VFTableSlotKind> Slots = Record.getSlots(); in writeVFTableShape()
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h632 ArrayRef<VFTableSlotKind> getSlots() const { in getSlots() function
637 uint32_t getEntryCount() const { return getSlots().size(); } in getEntryCount()