Home
last modified time | relevance | path

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

/freebsd-src/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()); DumpName() local
336 SectionSP parent_sp(GetParent()); IsDescendant() local
[all...]
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h257 void SetParent(const lldb::OptionValueSP &parent_sp) { in SetParent()