Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DNameToDIE.cpp52 uint32_t cu_end_offset, in FindAllEntriesForCompileUnit() argument
60 if (cu_offset < die_offset && die_offset < cu_end_offset) in FindAllEntriesForCompileUnit()
DNameToDIE.h54 uint32_t cu_end_offset,
DDWARFDebugInfo.cpp254 dw_offset_t cu_end_offset = (*pos)->GetNextCompileUnitOffset(); in GetCompileUnitContainingDIE() local
255 if (cu_start_offset <= die_offset && die_offset < cu_end_offset) in GetCompileUnitContainingDIE()
DDWARFDebugInfoEntry.cpp286 const uint32_t cu_end_offset = cu->GetNextCompileUnitOffset(); in Extract() local
291 if ((offset < cu_end_offset) && debug_info_data.ValidOffset(offset)) in Extract()