Lines Matching defs:ByteOffset
320 // tables, and the ByteOffset is the offset in bytes from the address point to
324 uint64_t ByteOffset;
342 DenseMapInfo<uint64_t>::getHashValue(I.ByteOffset);
346 return LHS.TypeID == RHS.TypeID && LHS.ByteOffset == RHS.ByteOffset;
361 DenseMapInfo<uint64_t>::getHashValue(I.ByteOffset);
365 return LHS.TypeID == RHS.TypeID && LHS.ByteOffset == RHS.ByteOffset;
615 uint64_t ByteOffset,
741 uint64_t ByteOffset);
944 auto WPDRes = TIdSum->WPDRes.find(SlotSummary.ByteOffset);
1057 const std::set<TypeMemberInfo> &TypeMemberInfos, uint64_t ByteOffset,
1072 getFunctionAtVTableOffset(TM.Bits->GV, TM.Offset + ByteOffset, M);
1103 const TypeIdCompatibleVtableInfo TIdInfo, uint64_t ByteOffset) {
1147 if (VTP.VTableOffset != P.AddressPointOffset + ByteOffset)
1615 OS << cast<MDString>(Slot.TypeID)->getString() << '_' << Slot.ByteOffset;
2124 auto ResI = TidSummary->WPDRes.find(Slot.ByteOffset);
2350 // function implementation at offset S.first.ByteOffset, and add to
2366 .WPDRes[S.first.ByteOffset];
2368 S.first.ByteOffset, ExportSummary)) {
2496 // function implementation at offset S.first.ByteOffset, and add to
2505 ->WPDRes[S.first.ByteOffset];
2507 S.first.ByteOffset)) {