Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp239 bool isCompileUnitTag = (m_tag == DW_TAG_compile_unit || in Extract() local
241 if (cu && isCompileUnitTag) in Extract()
252 if (isCompileUnitTag && in Extract()