Home
last modified time | relevance | path

Searched defs: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
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/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h252 SetParent(const lldb::OptionValueSP & parent_sp) SetParent() argument