Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/source/Core/
HDSection.cpp194 SectionSP parent_sp(GetParent()); in GetFileAddress() local
206 SectionSP parent_sp(GetParent()); in SetFileAddress() local
220 SectionSP parent_sp(GetParent()); in GetOffset() local
230 SectionSP parent_sp(GetParent()); in GetLoadBaseAddress() local
312 SectionSP parent_sp(GetParent()); in DumpName() local
336 SectionSP parent_sp(GetParent()); in IsDescendant() local
/freebsd-head/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDOptionValue.h257 void SetParent(const lldb::OptionValueSP &parent_sp) { in SetParent()