Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFContext.cpp32 llvm::Optional<SectionType> dwo_section_type, in LoadOrGetSection() argument
35 if (dwo_section_type && isDwo()) in LoadOrGetSection()
36 data.data = LoadSection(m_dwo_section_list, *dwo_section_type); in LoadOrGetSection()
H A DDWARFContext.h50 llvm::Optional<lldb::SectionType> dwo_section_type,