Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Target/
H A DProcessTrace.cpp85 addr = abi->FixAnyAddress(addr); in ReadMemory()
H A DProcess.cpp1924 addr = abi_sp->FixAnyAddress(addr); in ReadMemory()
2039 addr = abi_sp->FixAnyAddress(addr); in ReadMemoryFromInferior()
2124 addr = abi_sp->FixAnyAddress(addr); in WriteMemory()
5857 load_addr = abi->FixAnyAddress(load_addr); in GetMemoryRegionInfo()
5892 !(abi && (abi->FixAnyAddress(range_end) != range_end))); in GetMemoryRegions()
H A DTarget.cpp1743 fixed_addr.SetLoadAddress(abi->FixAnyAddress(addr.GetLoadAddress(this)), in ReadMemory()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DABI.h136 virtual lldb::addr_t FixAnyAddress(lldb::addr_t pc) { in FixAnyAddress() function
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectMemory.cpp1803 (abi && (abi->FixAnyAddress(load_addr) != load_addr))) { in DoExecute()
1824 (abi && (abi->FixAnyAddress(addr) == addr))) { in DoExecute()
/llvm-project-15.0.7/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp307 addr = abi_sp->FixAnyAddress(addr); in ReadMemory()