Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp67 m_first_die.FastExtract(data, this, fixed_form_sizes, &offset)) { in ExtractUnitDIEIfNeeded()
193 die.FastExtract(data, this, fixed_form_sizes, &offset)) { in ExtractDIEsRWLocked()
H A DDWARFDebugInfoEntry.h73 bool FastExtract(const lldb_private::DWARFDataExtractor &debug_info_data,
H A DDWARFDebugInfoEntry.cpp36 bool DWARFDebugInfoEntry::FastExtract( in FastExtract() function in DWARFDebugInfoEntry