Lines Matching defs:Address
94 /// \brief Returns the address the GlobalVariable should be written into. The
258 uint64_t Address = 0;
262 Address = I->second;
263 return Address;
269 if (void* Address = (void *) getAddressToGlobalIfAvailable(S))
270 return Address;
567 llvm_unreachable("Global hasn't had an address allocated yet!");
1281 report_fatal_error("Could not resolve external global address: "
1317 // address specified in GlobalAddresses, or allocates new memory if it's not