Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp699 const DWARFDataExtractor &debug_abbrev_data = m_context.getOrLoadAbbrevData(); in DebugAbbrev() local
700 if (debug_abbrev_data.GetByteSize() == 0) in DebugAbbrev()
705 std::make_unique<llvm::DWARFDebugAbbrev>(debug_abbrev_data.GetAsLLVM()); in DebugAbbrev()