Home
last modified time | relevance | path

Searched refs:parent_sp (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp194 SectionSP parent_sp(GetParent()); in GetFileAddress() local
195 if (parent_sp) { in GetFileAddress()
199 return parent_sp->GetFileAddress() + m_file_addr; in GetFileAddress()
206 SectionSP parent_sp(GetParent()); in SetFileAddress() local
207 if (parent_sp) { in SetFileAddress()
209 return parent_sp->SetFileAddress(m_file_addr - file_addr); in SetFileAddress()
220 SectionSP parent_sp(GetParent()); in GetOffset() local
221 if (parent_sp) in GetOffset()
230 SectionSP parent_sp(GetParent()); in GetLoadBaseAddress() local
231 if (parent_sp) { in GetLoadBaseAddress()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h257 void SetParent(const lldb::OptionValueSP &parent_sp) {
258 m_parent_wp = parent_sp; in SetValueChangedCallback()
252 SetParent(const lldb::OptionValueSP & parent_sp) SetParent() argument