Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DNameToDIE.cpp51 DWARFUnit &s_unit, llvm::function_ref<bool(DIERef ref)> callback) const { in FindAllEntriesForUnit() argument
52 lldbassert(!s_unit.GetSymbolFileDWARF().GetDwoNum()); in FindAllEntriesForUnit()
53 const DWARFUnit &ns_unit = s_unit.GetNonSkeletonUnit(); in FindAllEntriesForUnit()