Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugInfoEntry.cpp307 bool isCompileUnitTag = m_tag == DW_TAG_compile_unit; in Extract() local
308 if (cu && isCompileUnitTag) in Extract()
320 if (isCompileUnitTag && ((attr == DW_AT_entry_pc) || (attr == DW_AT_low_pc))) in Extract()