Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFContext.cpp31 DWARFContext::LoadOrGetSection(llvm::Optional<SectionType> main_section_type, in LoadOrGetSection() argument
37 else if (main_section_type) in LoadOrGetSection()
38 data.data = LoadSection(m_main_section_list, *main_section_type); in LoadOrGetSection()
H A DDWARFContext.h49 LoadOrGetSection(llvm::Optional<lldb::SectionType> main_section_type,