Home
last modified time | relevance | path

Searched refs:VSlotCount (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1935 unsigned VSlotCount = in lowerTypeVFTableShape() local
1937 SmallVector<VFTableSlotKind, 4> Slots(VSlotCount, VFTableSlotKind::Near); in lowerTypeVFTableShape()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1956 unsigned VSlotCount = in lowerTypeVFTableShape() local
1958 SmallVector<VFTableSlotKind, 4> Slots(VSlotCount, VFTableSlotKind::Near); in lowerTypeVFTableShape()
/external/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.cpp2131 unsigned VSlotCount = in CollectVTableInfo() local
2133 unsigned VTableWidth = PtrWidth * VSlotCount; in CollectVTableInfo()