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

References

lib/DebugInfo/DWARF/DWARFCompileUnit.cpp
   19      << " length = " << format("0x%08" PRIx64, getLength())
lib/DebugInfo/DWARF/DWARFTypeUnit.cpp
   27        << " length = " << format("0x%08" PRIx64, getLength()) << '\n';
   32      << " length = " << format("0x%08" PRIx64, getLength())
tools/lld/ELF/SyntheticSections.cpp
 2555     ret.push_back({cu->getOffset(), cu->getLength() + 4});
tools/obj2yaml/dwarf2yaml.cpp
  119     NewUnit.Length.setLength(CU->getLength());
unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp
 3199     ASSERT_EQ(0x1122334455667788ULL, CU.getLength());