HomeSort by: relevance | last modified time | path
    Searched defs:LineTableOffset (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h 407 uint64_t LineTableOffset;
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFVerifier.cpp 726 const uint64_t LineTableOffset = *StmtSectionOffset;
728 if (LineTableOffset < DCtx.getDWARFObj().getLineSection().Data.size()) {
731 error() << ".debug_line[" << format("0x%08" PRIx64, LineTableOffset)
743 auto Iter = StmtListToDie.find(LineTableOffset);
755 StmtListToDie[LineTableOffset] = Die;

Completed in 39 milliseconds