Lines Matching refs:Index
216 /// getGOTIndexForAddress - Return a new or existing index in the GOT for
871 // if we are managing the GOT and the relocation wants an index,
1215 // getJumpTableEntryAddress - Return the address of the JumpTable with index
1216 // 'Index' in the jumpp table that was last initialized with 'initJumpTableInfo'
1218 uintptr_t JITEmitter::getJumpTableEntryAddress(unsigned Index) const {
1220 assert(Index < JT.size() && "Invalid jump table index!");
1225 for (unsigned i = 0; i < Index; ++i)