Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFCompileUnit.cpp117 bool abbrevs_OK = debug_info_data.GetU32(&offset) == abbrevs->GetOffset(); in Extract() local
124 if (version_OK && addr_size_OK && abbrevs_OK && debug_info_data.ValidOffset(offset)) in Extract()