Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DSection.cpp190 SectionSP parent_sp(GetParent()); in GetFileAddress() local
202 SectionSP parent_sp(GetParent()); in SetFileAddress() local
216 SectionSP parent_sp(GetParent()); in GetOffset() local
226 SectionSP parent_sp(GetParent()); in GetLoadBaseAddress() local
308 SectionSP parent_sp(GetParent()); in DumpName() local
332 SectionSP parent_sp(GetParent()); in IsDescendant() local
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionValue.h318 void SetParent(const lldb::OptionValueSP &parent_sp) { in SetParent()