Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFContext.cpp33 DWARFContext::LoadOrGetSection(std::optional<SectionType> main_section_type, in LoadOrGetSection() argument
39 else if (main_section_type) in LoadOrGetSection()
40 data.data = LoadSection(m_main_section_list, *main_section_type); in LoadOrGetSection()
H A DDWARFContext.h50 LoadOrGetSection(std::optional<lldb::SectionType> main_section_type,