Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/CodeView/
DTypeTableBuilder.cpp178 ArrayRef<VFTableSlotKind> Slots = Record.getSlots(); in writeVFTableShape()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h543 ArrayRef<VFTableSlotKind> getSlots() const { in getSlots() function
549 uint32_t getEntryCount() const { return getSlots().size(); } in getEntryCount()
/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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeRecordMapping.cpp265 ArrayRef<VFTableSlotKind> Slots = Record.getSlots(); in visitKnownRecord()