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

Declarations

include/llvm/DebugInfo/DWARF/DWARFUnit.h
   72   bool extract(DWARFContext &Context, const DWARFDataExtractor &debug_info,

References

lib/DebugInfo/DWARF/DWARFUnit.cpp
   81       if (!Header.extract(Context, Data, &Offset, SectionKind, Index,
lib/DebugInfo/DWARF/DWARFVerifier.cpp
  294       Header.extract(DCtx, DebugInfoData, &OffsetStart, SectionKind);
unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp
 3181     EXPECT_FALSE(Header.extract(*Context, Data, &Offset));