Lines Matching defs:ByteOffset
352 // tables, and the ByteOffset is the offset in bytes from the address point to
356 uint64_t ByteOffset;
374 DenseMapInfo<uint64_t>::getHashValue(I.ByteOffset);
378 return LHS.TypeID == RHS.TypeID && LHS.ByteOffset == RHS.ByteOffset;
393 DenseMapInfo<uint64_t>::getHashValue(I.ByteOffset);
397 return LHS.TypeID == RHS.TypeID && LHS.ByteOffset == RHS.ByteOffset;
650 uint64_t ByteOffset,
776 uint64_t ByteOffset);
979 auto WPDRes = TIdSum->WPDRes.find(SlotSummary.ByteOffset);
1092 const std::set<TypeMemberInfo> &TypeMemberInfos, uint64_t ByteOffset,
1107 getFunctionAtVTableOffset(TM.Bits->GV, TM.Offset + ByteOffset, M);
1138 const TypeIdCompatibleVtableInfo TIdInfo, uint64_t ByteOffset) {
1182 if (VTP.VTableOffset != P.AddressPointOffset + ByteOffset)
1656 OS << cast<MDString>(Slot.TypeID)->getString() << '_' << Slot.ByteOffset;
2166 auto ResI = TidSummary->WPDRes.find(Slot.ByteOffset);
2395 // function implementation at offset S.first.ByteOffset, and add to
2411 .WPDRes[S.first.ByteOffset];
2413 S.first.ByteOffset, ExportSummary)) {
2541 // function implementation at offset S.first.ByteOffset, and add to
2550 ->WPDRes[S.first.ByteOffset];
2552 S.first.ByteOffset)) {