Home
last modified time | relevance | path

Searched refs:GetBreakableLoadAddress (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DArchitecture.h97 virtual lldb::addr_t GetBreakableLoadAddress(lldb::addr_t addr, in GetBreakableLoadAddress() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.h28 lldb::addr_t GetBreakableLoadAddress(lldb::addr_t addr,
H A DArchitectureMips.cpp78 lldb::addr_t ArchitectureMips::GetBreakableLoadAddress(lldb::addr_t addr, in GetBreakableLoadAddress() function in ArchitectureMips
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h826 lldb::addr_t GetBreakableLoadAddress(lldb::addr_t addr);
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp392 addr = GetBreakableLoadAddress(addr); in CreateBreakpoint()
2534 lldb::addr_t Target::GetBreakableLoadAddress(lldb::addr_t addr) { in GetBreakableLoadAddress() function in Target
2536 return arch_plugin ? arch_plugin->GetBreakableLoadAddress(addr, *this) : addr; in GetBreakableLoadAddress()