Lines Matching refs:Address
180 Address(),
230 // list contains the current address when converted to a load
231 // address
240 Variable::LocationIsValidForAddress (const Address &address)
242 // Be sure to resolve the address to section offset prior to
244 if (address.IsSectionOffset())
248 if (sc.module_sp == address.GetModule())
263 // list contains the current address when converted to a load
264 // address
266 address.GetFileAddress());
478 Variable::DumpLocationForAddress (Stream *s, const Address &address)
480 // Be sure to resolve the address to section offset prior to
482 if (address.IsSectionOffset())
486 if (sc.module_sp == address.GetModule())
496 const addr_t file_addr = address.GetFileAddress();
499 if (sc.function->GetAddressRange().ContainsFileAddress(address))