Lines Matching refs:Index
1146 // representation. We do this by making a per-bit map to the fixup item index,1157 unsigned Index = F.getOffset() * 8 + Info.TargetOffset + j;1158 assert(Index < Code.size() * 8 && "Invalid offset in fixup!");1159 FixupMap[Index] = 1 + i;