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

Declarations

include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h
  137     Optional<DWARFFormValue> lookup(HeaderData::AtomType Atom) const;

References

lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp
  288   return HdrData->extractOffset(lookup(dwarf::DW_ATOM_die_offset));
  292   return HdrData->extractOffset(lookup(dwarf::DW_ATOM_cu_offset));
  296   Optional<DWARFFormValue> Tag = lookup(dwarf::DW_ATOM_die_tag);