Home
last modified time | relevance | path

Searched defs:region_size (Results 1 – 6 of 6) sorted by relevance

/llvm-project/compiler-rt/test/asan/TestCases/
H A Ddebug_locate.cpp21 size_t region_size; in main() local
/llvm-project/compiler-rt/lib/asan/
H A Dasan_debugging.cpp29 uptr *region_address, uptr *region_size) { in FindInfoForStackVar()
85 uptr region_size = 0; in __asan_locate_address() local
/llvm-project/libc/src/__support/
H A Dfreelist_heap.h74 size_t region_size() const { region_size() function
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_debugging.cpp196 uptr region_size = 0; in __tsan_locate_address() local
/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.cpp789 const uint32_t region_size = packet.GetU32(&offset); in DumpPacket() local
/llvm-project/lldb/source/Target/
H A DProcess.cpp3346 const size_t region_size = high - low; in FindInMemory() local