Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DProcessTrace.cpp87 addr = abi->FixAnyAddress(addr); in ReadMemory()
H A DProcess.cpp1940 addr = abi_sp->FixAnyAddress(addr); in ReadMemory()
2055 addr = abi_sp->FixAnyAddress(addr); in ReadMemoryFromInferior()
2140 addr = abi_sp->FixAnyAddress(addr); in WriteMemory()
5748 addr_t Process::FixAnyAddress(addr_t addr) { in FixAnyAddress() function in Process
5750 addr = abi_sp->FixAnyAddress(addr); in FixAnyAddress()
5988 load_addr = abi->FixAnyAddress(load_addr); in GetMemoryRegionInfo()
6023 !(abi && (abi->FixAnyAddress(range_end) != range_end))); in GetMemoryRegions()
H A DTarget.cpp1841 fixed_addr.SetLoadAddress(abi->FixAnyAddress(addr.GetLoadAddress(this)), in ReadMemory()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DABI.h136 virtual lldb::addr_t FixAnyAddress(lldb::addr_t pc) { in FixAnyAddress() function
H A DProcess.h1450 lldb::addr_t FixAnyAddress(lldb::addr_t pc);
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp1784 (abi && (abi->FixAnyAddress(load_addr) != load_addr))) { in DoExecute()
1805 (!abi || (abi->FixAnyAddress(addr) == addr))) { in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp307 addr = abi_sp->FixAnyAddress(addr); in ReadMemory()