reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
126 return L->Base == R->Base && L->Size == R->Size; 126 return L->Base == R->Base && L->Size == R->Size; 177 OS << "Contribution size = " << (Contribution->Size + (Version < 5 ? 0 : 4)) 183 while (Offset - Contribution->Base < Contribution->Size) {lib/DebugInfo/DWARF/DWARFUnit.cpp
783 uint64_t ValidationSize = alignTo(Size, EntrySize); 785 if (ValidationSize >= Size)