Home
last modified time | relevance | path

Searched refs:GetFileLoadAddress (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.h81 Status GetFileLoadAddress(const llvm::StringRef &file_name,
H A DNativeProcessNetBSD.cpp757 Status NativeProcessNetBSD::GetFileLoadAddress(const llvm::StringRef &file_name, in GetFileLoadAddress() function in NativeProcessNetBSD
/llvm-project-15.0.7/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.h82 Status GetFileLoadAddress(const llvm::StringRef &file_name,
H A DNativeProcessFreeBSD.cpp730 NativeProcessFreeBSD::GetFileLoadAddress(const llvm::StringRef &file_name, in GetFileLoadAddress() function in NativeProcessFreeBSD
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp110 m_process->GetFileLoadAddress(file_spec, is_loaded, load_addr); in GetLoadAddress()
/llvm-project-15.0.7/lldb/unittests/TestingSupport/Host/
H A DNativeProcessTestUtils.h59 MOCK_METHOD2(GetFileLoadAddress,
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DNativeProcessWindows.h94 Status GetFileLoadAddress(const llvm::StringRef &file_name,
H A DNativeProcessWindows.cpp385 NativeProcessWindows::GetFileLoadAddress(const llvm::StringRef &file_name, in GetFileLoadAddress() function in lldb_private::NativeProcessWindows
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.h103 Status GetFileLoadAddress(const llvm::StringRef &file_name,
H A DNativeProcessLinux.cpp1746 Status NativeProcessLinux::GetFileLoadAddress(const llvm::StringRef &file_name, in GetFileLoadAddress() function in NativeProcessLinux
/llvm-project-15.0.7/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h255 virtual Status GetFileLoadAddress(const llvm::StringRef &file_name,
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h204 Status GetFileLoadAddress(const FileSpec &file, bool &is_loaded,
H A DGDBRemoteCommunicationServerLLGS.cpp3672 m_current_process->GetFileLoadAddress(file_name, file_load_address); in Handle_qFileLoadAddress()
H A DProcessGDBRemote.cpp4636 Status ProcessGDBRemote::GetFileLoadAddress(const FileSpec &file, in GetFileLoadAddress() function in ProcessGDBRemote
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp528 m_process->GetFileLoadAddress(entry.file_spec, is_loaded, load_addr); in UpdateBaseAddrIfNecessary()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DProcess.h2408 virtual Status GetFileLoadAddress(const FileSpec &file, bool &is_loaded, in GetFileLoadAddress() function