Home
last modified time | relevance | path

Searched refs:addAddressRange (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_mac.cpp56 module->addAddressRange(sec_start, sec_end, /*executable=*/false, isWritable, in NextSectionLoad()
67 module->addAddressRange(start, end, IsExecutable(), IsWritable(), in AddAddressRanges()
H A Dsanitizer_procmaps_common.cpp69 module->addAddressRange(start, end, IsExecutable(), IsWritable()); in AddAddressRanges()
H A Dsanitizer_common.cpp175 void LoadedModule::addAddressRange(uptr beg, uptr end, bool executable, in addAddressRange() function in __sanitizer::LoadedModule
H A Dsanitizer_linux_libcdep.cpp655 cur_module.addAddressRange(cur_beg, cur_end, executable, in AddModuleSegments()
H A Dsanitizer_win.cpp708 cur_module.addAddressRange(base_address, end_address, /*executable*/ true, in init()
H A Dsanitizer_common.h818 void addAddressRange(uptr beg, uptr end, bool executable, bool writable,