Home
last modified time | relevance | path

Searched refs:dwo_section_type (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFContext.cpp34 std::optional<SectionType> dwo_section_type, in LoadOrGetSection() argument
37 if (dwo_section_type && isDwo()) in LoadOrGetSection()
38 data.data = LoadSection(m_dwo_section_list, *dwo_section_type); in LoadOrGetSection()
H A DDWARFContext.h51 std::optional<lldb::SectionType> dwo_section_type,