reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/DebugInfo/DWARF/DWARFDebugLine.cpp
  145         OS << format("         length: 0x%8.8" PRIx64 "\n", FileEntry.Length);
  180     FileEntry.Length = DebugLineData.getULEB128(OffsetPtr);
  307         FileEntry.Length = Value.getAsUnsignedConstant().getValue();
  660           FileEntry.Length = DebugLineData.getULEB128(OffsetPtr);
  665                 << ", length=" << FileEntry.Length << ")";
unittests/DebugInfo/DWARF/DwarfGenerator.cpp
  327     Asm.EmitULEB128(File.Length);