/llvm-project/lldb/include/lldb/Utility/ |
H A D | VMRange.h | 31 VMRange(lldb::addr_t start_addr, lldb::addr_t end_addr) in VMRange() 43 void Reset(lldb::addr_t start_addr, lldb::addr_t end_addr) { in Reset() 51 void SetEndAddress(lldb::addr_t end_addr) { in SetEndAddress()
|
/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | MemoryTagManagerAArch64MTE.cpp | 72 lldb::addr_t end_addr) { in MakeInvalidRangeErr() 82 lldb::addr_t addr, lldb::addr_t end_addr, in MakeTaggedRange() 134 lldb::addr_t addr, lldb::addr_t end_addr, in MakeTaggedRanges()
|
/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectMemoryTag.cpp | 63 addr_t end_addr = start_addr + 1; in DoExecute() local 261 lldb::addr_t end_addr = 0; in DoExecute() local [all...] |
H A D | CommandObjectDisassemble.h | 56 lldb::addr_t end_addr = 0; global() variable
|
H A D | CommandObjectMemory.cpp | 595 lldb::addr_t end_addr = OptionArgParser::ToAddress( in DoExecute() local
|
H A D | CommandObjectSource.cpp | 425 lldb::addr_t end_addr = start_addr + size; in DumpLinesInFunctions() local
|
/llvm-project/lldb/source/Target/ |
H A D | MemoryTagMap.cpp | 39 lldb::addr_t end_addr = range.GetRangeEnd(); in GetTags() local
|
H A D | Memory.cpp | 76 const addr_t end_addr = (addr + size - 1); in Flush() local
|
H A D | Process.cpp | 2010 DoFindInMemory(lldb::addr_t start_addr,lldb::addr_t end_addr,const uint8_t * buf,size_t size,AddressRanges & matches,size_t alignment,size_t max_matches) DoFindInMemory() argument 2082 const lldb::addr_t end_addr = start_addr + range.GetByteSize(); FindRangesInMemory() local 2122 const lldb::addr_t end_addr = start_addr + range.GetByteSize(); FindInMemory() local
|
/llvm-project/lldb/tools/debugserver/source/MacOSX/ |
H A D | MachVMRegion.cpp | 48 mach_vm_address_t end_addr = EndAddress(); in SetProtections() local
|
/llvm-project/lldb/tools/debugserver/source/ |
H A D | DNBBreakpoint.cpp | 100 nub_addr_t end_addr = start_addr + pos.second.ByteSize(); in FindNearestWatchpoint() local 113 nub_addr_t end_addr = start_addr + pos.second.ByteSize(); in FindNearestWatchpoint() local
|
H A D | DNBBreakpoint.h | 43 const nub_addr_t end_addr = addr + size; in IntersectsRange() local
|
/llvm-project/lldb/source/Core/ |
H A D | AddressRange.cpp | 232 const addr_t end_addr = (start_addr == LLDB_INVALID_ADDRESS) in GetDescription() local
|
/llvm-project/lldb/source/Breakpoint/ |
H A D | BreakpointSite.cpp | 168 const lldb::addr_t end_addr = addr + size; IntersectsRange() local
|
/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_poisoning.cpp | 106 uptr end_addr = beg_addr + size; __asan_poison_memory_region() local 146 uptr end_addr = beg_addr + size; __asan_unpoison_memory_region() local
|
/llvm-project/lldb/examples/python/ |
H A D | symbolication.py | 185 def __init__(self, start_addr=None, end_addr=None, name=None): argument
|
/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_interceptors.cpp | 185 void *end_addr = (char *)addr + (rounded_length - 1); in mmap_interceptor() local
|
/llvm-project/compiler-rt/lib/dfsan/ |
H A D | dfsan.cpp | 491 const void *end_addr = (void *)((uptr)addr + size); ReleaseOrigins() local 523 const void *end_addr = (void *)((uptr)addr + size); ReleaseOrClearShadows() local
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_linux_libcdep.cpp | 496 void *end_addr; GetTls() local
|
/llvm-project/lldb/examples/darwin/heap_find/heap/ |
H A D | heap_find.cpp | 545 const uint64_t end_addr = ptr_addr + ptr_size; in range_info_callback() local
|
/llvm-project/compiler-rt/lib/asan/scripts/ |
H A D | asan_symbolize.py | 763 def __init__(self, name, arch, start_addr, end_addr, module_path, uuid): argument [all...] |
/llvm-project/lldb/source/API/ |
H A D | SBTarget.cpp | 2025 ReadInstructions(lldb::SBAddress start_addr,lldb::SBAddress end_addr,const char * flavor_string) ReadInstructions() argument
|
/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cpp | 1066 void *end_addr = (char *)addr + (rounded_length - 1); mmap_interceptor() local
|