Searched refs:addAddressRange (Results 1 – 7 of 7) sorted by relevance
| /src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_procmaps_mac.cpp | 56 module->addAddressRange(sec_start, sec_end, /*executable=*/false, isWritable, in NextSectionLoad() 67 module->addAddressRange(start, end, IsExecutable(), IsWritable(), in AddAddressRanges()
|
| H A D | sanitizer_procmaps_common.cpp | 69 module->addAddressRange(start, end, IsExecutable(), IsWritable()); in AddAddressRanges()
|
| H A D | sanitizer_common.cpp | 196 void LoadedModule::addAddressRange(uptr beg, uptr end, bool executable, in addAddressRange() function in __sanitizer::LoadedModule
|
| H A D | sanitizer_linux_libcdep.cpp | 675 cur_module.addAddressRange(cur_beg, cur_end, executable, writable); in AddModuleSegments()
|
| H A D | sanitizer_win.cpp | 709 cur_module.addAddressRange(base_address, end_address, /*executable*/ true, in init()
|
| H A D | sanitizer_common.h | 837 void addAddressRange(uptr beg, uptr end, bool executable, bool writable,
|
| /src/contrib/llvm-project/compiler-rt/lib/memprof/tests/ |
| H A D | rawprofile.cpp | 48 FakeModule.addAddressRange(/*begin=*/0x10, /*end=*/0x20, /*executable=*/true, in TEST()
|