Home
last modified time | relevance | path

Searched refs:max_addr (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/hwasan/
H A Dhwasan_globals.cpp29 ElfW(Addr) min_addr = -1ull, max_addr = 0; in CheckCodeModel()
36 if (max_addr < hi) in CheckCodeModel()
37 max_addr = hi; in CheckCodeModel()
40 if (max_addr - min_addr > 1ull << 32) { in CheckCodeModel()
44 if (max_addr > 1ull << 48) { in CheckCodeModel()
/llvm-project-15.0.7/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp232 uint64_t &min_addr, uint64_t &max_addr) { in updateSectionLoadAddress() argument
245 if (upper > max_addr) in updateSectionLoadAddress()
246 max_addr = upper; in updateSectionLoadAddress()
265 if (upper > max_addr) in updateSectionLoadAddress()
266 max_addr = upper; in updateSectionLoadAddress()