Searched refs:getNextCompileUnitOffset (Results 1 – 4 of 4) sorted by relevance
37 bool lengthOK = debug_info.isValidOffset(getNextCompileUnitOffset()-1); in extract()94 << " (next CU at " << format("0x%08x", getNextCompileUnitOffset()) in dump()144 uint32_t next_cu_offset = getNextCompileUnitOffset(); in extractDIEsIfNeeded()
55 die_offset < getNextCompileUnitOffset(); in containsDIEOffset()58 uint32_t getNextCompileUnitOffset() const { return Offset + Length + 4; } in getNextCompileUnitOffset() function
113 offset = CUs.back().getNextCompileUnitOffset(); in parseCompileUnits()
214 const uint32_t cu_end_offset = cu->getNextCompileUnitOffset(); in extract()