Searched refs:getNextCompileUnitOffset (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/lib/DebugInfo/
H A DDWARFCompileUnit.h61 die_offset < getNextCompileUnitOffset();
64 uint32_t getNextCompileUnitOffset() const { return Offset + Length + 4; } function in class:llvm::DWARFCompileUnit
H A DDWARFCompileUnit.cpp37 bool lengthOK = debug_info.isValidOffset(getNextCompileUnitOffset()-1);
103 << " (next CU at " << format("0x%08x", getNextCompileUnitOffset())
162 uint32_t next_cu_offset = getNextCompileUnitOffset();
H A DDWARFContext.cpp129 offset = CUs.back().getNextCompileUnitOffset();
H A DDWARFDebugInfoEntry.cpp226 const uint32_t cu_end_offset = cu->getNextCompileUnitOffset();

Completed in 115 milliseconds