Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Core/
H A DSection.cpp194 SectionSP parent_sp(GetParent()); GetFileAddress() local
206 SectionSP parent_sp(GetParent()); SetFileAddress() local
220 SectionSP parent_sp(GetParent()); GetOffset() local
230 SectionSP parent_sp(GetParent()); GetLoadBaseAddress() local
312 SectionSP parent_sp(GetParent()); DumpName() local
336 SectionSP parent_sp(GetParent()); IsDescendant() local
[all...]
/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h257 SetParent(const lldb::OptionValueSP & parent_sp) SetParent() argument