Home
last modified time | relevance | path

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

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