Home
last modified time | relevance | path

Searched refs:GetSectionLoadAddress (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DSectionLoadHistory.cpp106 SectionLoadHistory::GetSectionLoadAddress(uint32_t stop_id, in GetSectionLoadAddress() function in SectionLoadHistory
112 return section_load_list->GetSectionLoadAddress(section_sp); in GetSectionLoadAddress()
H A DSectionLoadList.cpp49 SectionLoadList::GetSectionLoadAddress(const lldb::SectionSP &section) const { in GetSectionLoadAddress() function in SectionLoadList
H A DTarget.cpp2728 m_section_load_history.GetSectionLoadAddress( in SetSectionLoadAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DSectionLoadList.h44 lldb::addr_t GetSectionLoadAddress(const lldb::SectionSP &section_sp) const;
H A DSectionLoadHistory.h47 lldb::addr_t GetSectionLoadAddress(uint32_t stop_id,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DSection.cpp239 load_base_addr = target->GetSectionLoadList().GetSectionLoadAddress( in GetLoadBaseAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DObjectFile.cpp666 target.GetSectionLoadList().GetSectionLoadAddress(section_sp); in GetLoadableData()