Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
HDStoppointSite.h27 virtual lldb::addr_t GetLoadAddress() const { return m_addr; } in GetLoadAddress() function
/freebsd-14-stable/contrib/llvm-project/lldb/source/API/
HDSBTraceCursor.cpp115 lldb::addr_t SBTraceCursor::GetLoadAddress() const { in GetLoadAddress() function in SBTraceCursor
HDSBAddress.cpp107 lldb::addr_t SBAddress::GetLoadAddress(const SBTarget &target) const { in GetLoadAddress() function in SBAddress
HDSBSection.cpp128 lldb::addr_t SBSection::GetLoadAddress(lldb::SBTarget &sb_target) { in GetLoadAddress() function in SBSection
HDSBBreakpointLocation.cpp83 addr_t SBBreakpointLocation::GetLoadAddress() { in GetLoadAddress() function in SBBreakpointLocation
HDSBValue.cpp1299 lldb::addr_t SBValue::GetLoadAddress() { in GetLoadAddress() function in SBValue
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
HDTraceCursorIntelPT.cpp102 lldb::addr_t TraceCursorIntelPT::GetLoadAddress() const { in GetLoadAddress() function in TraceCursorIntelPT
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDPdbIndex.h115 lldb::addr_t GetLoadAddress() const { return m_load_address; } in GetLoadAddress() function
/freebsd-14-stable/contrib/llvm-project/lldb/source/Breakpoint/
HDWatchpointResource.cpp29 addr_t WatchpointResource::GetLoadAddress() const { return m_addr; } in GetLoadAddress() function in WatchpointResource
HDBreakpointLocation.cpp50 lldb::addr_t BreakpointLocation::GetLoadAddress() const { in GetLoadAddress() function in BreakpointLocation
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
HDDynamicLoaderFreeBSDKernel.h78 lldb::addr_t GetLoadAddress() const { return m_load_address; } in GetLoadAddress() function
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
HDDynamicLoaderWindowsDYLD.cpp97 lldb::addr_t DynamicLoaderWindowsDYLD::GetLoadAddress(ModuleSP executable) { in GetLoadAddress() function in DynamicLoaderWindowsDYLD
/freebsd-14-stable/contrib/llvm-project/lldb/source/Symbol/
HDSymbol.cpp541 lldb::addr_t Symbol::GetLoadAddress(Target *target) const { in GetLoadAddress() function in Symbol
HDFunction.cpp132 lldb::addr_t CallEdge::GetLoadAddress(lldb::addr_t unresolved_pc, in GetLoadAddress() function in CallEdge
/freebsd-14-stable/contrib/llvm-project/lldb/source/Core/
HDAddress.cpp313 addr_t Address::GetLoadAddress(Target *target) const { in GetLoadAddress() function in Address
HDValueObject.cpp3008 lldb::addr_t ValueObject::GetLoadAddress() { in GetLoadAddress() function in ValueObject