Home
last modified time | relevance | path

Searched refs:SetSection (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Core/
H A DAddress.h473 void SetSection(const lldb::SectionSP &section_sp) { in SetSection() function
/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBAddress.cpp92 addr.SetSection(section.GetSP()); in SetAddress()
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp257 so_addr.SetSection(const_cast<Section *>(this)->shared_from_this()); in ResolveContainedAddress()