Home
last modified time | relevance | path

Searched defs:GetLoadAddress (Results 1 – 15 of 15) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DStoppointSite.h27 virtual lldb::addr_t GetLoadAddress() const { return m_addr; } in GetLoadAddress() function
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBTraceCursor.cpp115 lldb::addr_t SBTraceCursor::GetLoadAddress() const { in GetLoadAddress() function in SBTraceCursor
H A DSBAddress.cpp107 lldb::addr_t SBAddress::GetLoadAddress(const SBTarget &target) const { in GetLoadAddress() function in SBAddress
H A DSBSection.cpp128 lldb::addr_t SBSection::GetLoadAddress(lldb::SBTarget &sb_target) { in GetLoadAddress() function in SBSection
H A DSBBreakpointLocation.cpp84 addr_t SBBreakpointLocation::GetLoadAddress() { in GetLoadAddress() function in SBBreakpointLocation
H A DSBValue.cpp1261 lldb::addr_t SBValue::GetLoadAddress() { in GetLoadAddress() function in SBValue
/openbsd-src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DTraceCursorIntelPT.cpp102 lldb::addr_t TraceCursorIntelPT::GetLoadAddress() const { in GetLoadAddress() function in TraceCursorIntelPT
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbIndex.h115 lldb::addr_t GetLoadAddress() const { return m_load_address; } in GetLoadAddress() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp97 lldb::addr_t DynamicLoaderWindowsDYLD::GetLoadAddress(ModuleSP executable) { in GetLoadAddress() function in DynamicLoaderWindowsDYLD
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp51 lldb::addr_t BreakpointLocation::GetLoadAddress() const { in GetLoadAddress() function in BreakpointLocation
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DSymbol.cpp493 lldb::addr_t Symbol::GetLoadAddress(Target *target) const { in GetLoadAddress() function in Symbol
H A DFunction.cpp125 lldb::addr_t CallEdge::GetLoadAddress(lldb::addr_t unresolved_pc, in GetLoadAddress() function in CallEdge
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DAddress.cpp311 addr_t Address::GetLoadAddress(Target *target) const { in GetLoadAddress() function in Address
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp587 addr_t DynamicLoaderDarwinKernel::KextImageInfo::GetLoadAddress() const { in GetLoadAddress() function in DynamicLoaderDarwinKernel::KextImageInfo
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.cpp467 lldb::addr_t CommunicationKDP::GetLoadAddress() { in GetLoadAddress() function in CommunicationKDP