HomeSort by relevance Sort by last modified time
    Searched refs:getNextCompileUnitOffset (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/DebugInfo/
DWARFCompileUnit.h 80 die_offset < getNextCompileUnitOffset();
83 uint32_t getNextCompileUnitOffset() const { return Offset + Length + 4; }
DWARFCompileUnit.cpp 35 bool lengthOK = debug_info.isValidOffset(getNextCompileUnitOffset()-1);
100 << " (next CU at " << format("0x%08x", getNextCompileUnitOffset())
159 uint32_t next_cu_offset = getNextCompileUnitOffset();
DWARFContext.cpp 235 offset = CUs.back().getNextCompileUnitOffset();
257 offset = DWOCUs.back().getNextCompileUnitOffset();
DWARFDebugInfoEntry.cpp 231 const uint32_t cu_end_offset = cu->getNextCompileUnitOffset();

Completed in 104 milliseconds