Home | History | Annotate | Download | only in AST

Lines Matching refs:Index

660   // OffsetIndex is the index of this vcall or vbase offset, relative to the 
837 /// VTableIndex - The index in the vtable that this method has.
838 /// (For destructors, this is the index of the complete destructor).
859 /// MethodVTableIndices - Contains the index (relative to the vtable address
865 /// VTableThunks - The thunks by vtable index in the vtable currently being
1898 // they are keyed by the index and not the base object.
1904 uint64_t Index = AP.second;
1906 AddressPointsByIndex.insert(std::make_pair(Index, Base));
1910 uint64_t Index = I;
2038 uint64_t NextIndex = Index + 1;
2162 // Store them in a map keyed by the index so we'll get a sorted table.
2251 assert(I != MethodVTableIndices.end() && "Did not find index!");
2278 assert(I != VirtualBaseClassOffsetOffsets.end() && "Did not find index!");
2424 /// VBTableIndex - The nonzero index in the vbtable that
2428 /// VFTableIndex - The index in the vftable that this method has.
2458 /// VTableThunks - The thunks by vftable index in the vftable currently being
3656 Out << "vbtable index " << VBIndex << ", ";
3662 uint64_t VTableIndex = I.first.Index;
3756 assert(I != MethodVFTableLocations.end() && "Did not find index!");