Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DStoppointSite.h27 virtual lldb::addr_t GetLoadAddress() const { return m_addr; } in GetLoadAddress() function
/freebsd/contrib/llvm-project/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() { GetLoadAddress() function in SBBreakpointLocation
H A DSBValue.cpp1299 lldb::addr_t SBValue::GetLoadAddress() { in GetLoadAddress() function in SBValue
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceCursorIntelPT.cpp102 lldb::addr_t TraceCursorIntelPT::GetLoadAddress() const { in GetLoadAddress() function in TraceCursorIntelPT
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbIndex.h115 lldb::addr_t GetLoadAddress() const { return m_load_address; } in GetLoadAddress() function
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointResource.cpp29 addr_t WatchpointResource::GetLoadAddress() const { return m_addr; } in GetLoadAddress() function in WatchpointResource
H A DBreakpointLocation.cpp50 lldb::addr_t BreakpointLocation::GetLoadAddress() const { in GetLoadAddress() function in BreakpointLocation
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp97 lldb::addr_t DynamicLoaderWindowsDYLD::GetLoadAddress(ModuleSP executable) { in GetLoadAddress() function in DynamicLoaderWindowsDYLD
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbol.cpp541 lldb::addr_t Symbol::GetLoadAddress(Target *target) const { in GetLoadAddress() function in Symbol
H A DFunction.cpp132 lldb::addr_t CallEdge::GetLoadAddress(lldb::addr_t unresolved_pc, in GetLoadAddress() function in CallEdge
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DAddress.cpp313 addr_t Address::GetLoadAddress(Target *target) const { in GetLoadAddress() function in Address
H A DValueObject.cpp3008 lldb::addr_t ValueObject::GetLoadAddress() { in GetLoadAddress() function in ValueObject