Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFContext.cpp18 static DWARFDataExtractor LoadSection(SectionList *section_list, in LoadSection() function
38 data.data = LoadSection(m_dwo_section_list, *dwo_section_type); in LoadOrGetSection()
40 data.data = LoadSection(m_main_section_list, *main_section_type); in LoadOrGetSection()