Searched refs:end_address (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_common_mac.cpp | 180 uptr end_address = address + size; in ProcessPlatformSpecificAllocations() local 185 ScanRangeForPointers(address, end_address, frontier, "GLOBAL", in ProcessPlatformSpecificAllocations() 190 ScanRangeForPointers(address, end_address, frontier, "GLOBAL", in ProcessPlatformSpecificAllocations() 198 ScanRangeForPointers(address, end_address, frontier, "GLOBAL", in ProcessPlatformSpecificAllocations() 219 mapped_regions.push_back({address, end_address}); in ProcessPlatformSpecificAllocations() 221 address = end_address; in ProcessPlatformSpecificAllocations()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | LinuxProcMaps.cpp | 46 lldb::addr_t end_address = line_extractor.GetHexMaxU64(false, start_address); in ParseMemoryRegionInfoFromProcMapsLine() local 55 region.GetRange().SetRangeEnd(end_address); in ParseMemoryRegionInfoFromProcMapsLine()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_win.cpp | 491 uptr end_address; member 515 module_infos[i].end_address = modules[i].ranges().back()->end; in DumpProcessMap() 522 if (mi.end_address != 0) { in DumpProcessMap() 523 Printf("\t%p-%p %s\n", mi.base_address, mi.end_address, in DumpProcessMap() 695 uptr end_address = (uptr)mi.lpBaseOfDll + mi.SizeOfImage; in init() local 709 cur_module.addAddressRange(base_address, end_address, /*executable*/ true, in init()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_platform_mac.cpp | 131 vm_address_t end_address = end; in RegionMemUsage() local 134 while (address < end_address) { in RegionMemUsage()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFDebugArangeSet.h | 41 dw_addr_t end_address() const { return address + length; } 39 dw_addr_t end_address() const { return address + length; } end_address() function
|