Home
last modified time | relevance | path

Searched refs:FixDataAddress (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectMemoryTag.cpp97 start_addr = abi->FixDataAddress(start_addr); in DoExecute()
98 end_addr = abi->FixDataAddress(end_addr); in DoExecute()
249 start_addr = abi->FixDataAddress(start_addr); in DoExecute()
276 end_addr = abi->FixDataAddress(end_addr); in DoExecute()
H A DCommandObjectMemory.cpp602 addr = abi->FixDataAddress(addr); in DoExecute()
608 end_addr = abi->FixDataAddress(end_addr); in DoExecute()
1050 low_addr = abi->FixDataAddress(low_addr); in DoExecute()
1051 high_addr = abi->FixDataAddress(high_addr); in DoExecute()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DABI.h126 virtual lldb::addr_t FixDataAddress(lldb::addr_t pc) { return pc; } in FixDataAddress() function
140 return FixDataAddress(pc); in FixAnyAddress()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/AArch64/
H A DABIAArch64.h20 lldb::addr_t FixDataAddress(lldb::addr_t pc) override;
H A DABISysV_arm64.h87 lldb::addr_t FixDataAddress(lldb::addr_t pc) override;
H A DABIAArch64.cpp37 lldb::addr_t ABIAArch64::FixDataAddress(lldb::addr_t pc) { in FixDataAddress() function in ABIAArch64
H A DABISysV_arm64.cpp865 lldb::addr_t ABISysV_arm64::FixDataAddress(lldb::addr_t pc) { in FixDataAddress() function in ABISysV_arm64
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp852 addr = abi->FixDataAddress(addr); in CreateWatchpoint()