Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp479 unsigned CodeViewDebug::getPointerSizeInBytes() { in getPointerSizeInBytes() function in CodeViewDebug
1606 TypeIndex IndexType = getPointerSizeInBytes() == 8 in lowerTypeArray()
1824 PointerKind PK = getPointerSizeInBytes() == 8 ? PointerKind::Near64 in lowerTypeMemberPointer()
2471 VFTableOffset = SP->getVirtualIndex() * getPointerSizeInBytes(); in lowerRecordFieldList()
2511 PointerKind PK = getPointerSizeInBytes() == 8 ? PointerKind::Near64 in getVBPTypeIndex()
2515 PointerRecord PR(ModifiedTI, PK, PM, PO, getPointerSizeInBytes()); in getVBPTypeIndex()
2567 getPointerSizeInBytes() == 8 ? PointerKind::Near64 in getTypeIndexForReferenceTo()
H A DCodeViewDebug.h458 unsigned getPointerSizeInBytes();