Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.h286 unsigned getPointerSizeInBytes();
DCodeViewDebug.cpp283 unsigned CodeViewDebug::getPointerSizeInBytes() { in getPointerSizeInBytes() function in CodeViewDebug
1694 VFTableOffset = SP->getVirtualIndex() * getPointerSizeInBytes(); in lowerRecordFieldList()
1732 PointerKind PK = getPointerSizeInBytes() == 8 ? PointerKind::Near64 in getVBPTypeIndex()
1736 PointerRecord PR(ModifiedTI, PK, PM, PO, getPointerSizeInBytes()); in getVBPTypeIndex()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp373 unsigned CodeViewDebug::getPointerSizeInBytes() { in getPointerSizeInBytes() function in CodeViewDebug
1389 TypeIndex IndexType = getPointerSizeInBytes() == 8 in lowerTypeArray()
1597 PointerKind PK = getPointerSizeInBytes() == 8 ? PointerKind::Near64 in lowerTypeMemberPointer()
2207 VFTableOffset = SP->getVirtualIndex() * getPointerSizeInBytes(); in lowerRecordFieldList()
2247 PointerKind PK = getPointerSizeInBytes() == 8 ? PointerKind::Near64 in getVBPTypeIndex()
2251 PointerRecord PR(ModifiedTI, PK, PM, PO, getPointerSizeInBytes()); in getVBPTypeIndex()
2281 getPointerSizeInBytes() == 8 ? PointerKind::Near64 in getTypeIndexForReferenceTo()
DCodeViewDebug.h379 unsigned getPointerSizeInBytes();