Home | History | Annotate | Download | only in JIT

Lines Matching refs:Address

134       // The address given to us for the stub may not be exactly right, it
207 /// specified address, created lazily on demand.
211 /// specified GV address.
215 /// an address. This function only manages slots, it does not manage the
220 /// address. If the LLVM Function corresponding to the stub has not yet
226 /// Map a stub address to a specific instance of a JITResolver so that
249 // The address given to us for the stub may not be exactly right, it might
271 /// context except the address of the stub.
293 /// MBBLocations - This vector is a mapping from MBB ID's to their address.
322 /// address.
339 void *Code; // The address the function's code actually starts at.
517 // If this is an external declaration, attempt to resolve the address now
522 // If we resolved the symbol to a null address (eg. a weak external)
529 // Codegen a new stub, calling the lazy resolver or the actual address of the
536 // address of the stub in the GlobalAddressMap for the JIT, not the address
555 // stub address later.
565 /// GV address.
584 /// specified address, created lazily on demand.
627 // The address given to us for the stub may not be exactly right, it might
635 // If we have already code generated the function, just return the address.
667 // What we will do is set the compiled function address to map to the
669 // if they see it still using the stub address.
705 // that we're returning the same address for the function as any previous
732 // resolved address.
746 NextLine.Address = getCurrentPCValue();
1089 // EK_BlockAddress - Each entry is a plain address of block, e.g.:
1094 // For each jump table, map each target in the jump table to the address of
1100 // Store the address of the basic block for this jump table slot in the
1113 // to the target address.
1170 // getConstantPoolEntryAddress - Return the address of the 'ConstantNum' entry
1180 // getJumpTableEntryAddress - Return the address of the JumpTable with index
1223 // If we have already code generated the function, just return the address.
1237 assert(Addr != Stub && "Function must have non-stub address to be updated.");
1239 // Tell the target jit info to rewrite the stub at the specified address,