Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DSection.cpp196 SectionSP parent_sp(GetParent()); in GetFileAddress() local
208 SectionSP parent_sp(GetParent()); in SetFileAddress() local
222 SectionSP parent_sp(GetParent()); in GetOffset() local
232 SectionSP parent_sp(GetParent()); in GetLoadBaseAddress() local
340 SectionSP parent_sp(GetParent()); in DumpName() local
364 SectionSP parent_sp(GetParent()); in IsDescendant() local
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValue.h316 void SetParent(const lldb::OptionValueSP &parent_sp) { in SetParent()