Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFContext.cpp16 static DWARFDataExtractor LoadSection(SectionList *section_list, in LoadSection() function
36 data.data = LoadSection(m_dwo_section_list, *dwo_section_type); in LoadOrGetSection()
38 data.data = LoadSection(m_main_section_list, *main_section_type); in LoadOrGetSection()