Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Index

835   // OffsetIndex is the index of this vcall or vbase offset, relative to the 
1017 /// VTableIndex - The index in the vtable that this method has.
1018 /// (For destructors, this is the index of the complete destructor).
1041 /// VTableThunks - The thunks by vtable index in the vtable currently being
1998 // they are keyed by the index and not the base object.
2005 uint64_t Index = I->second;
2007 AddressPointsByIndex.insert(std::make_pair(Index, Base));
2011 uint64_t Index = I;
2135 uint64_t NextIndex = Index + 1;
2262 // Store them in a map keyed by the index so we'll get a sorted table.
2369 // This index is shared between the index in the vtable of the primary
2475 assert(I != MethodVTableIndices.end() && "Did not find index!");
2505 assert(I != VirtualBaseClassOffsetOffsets.end() && "Did not find index!");