Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Core/
DSection.cpp204 SectionSP parent_sp(GetParent()); in GetFileAddress() local
216 SectionSP parent_sp(GetParent()); in SetFileAddress() local
230 SectionSP parent_sp(GetParent()); in GetOffset() local
240 SectionSP parent_sp(GetParent()); in GetLoadBaseAddress() local
322 SectionSP parent_sp(GetParent()); in DumpName() local
346 SectionSP parent_sp(GetParent()); in IsDescendant() local
/external/llvm-project/lldb/include/lldb/Interpreter/
DOptionValue.h305 void SetParent(const lldb::OptionValueSP &parent_sp) { in SetParent()