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

Declarations

tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.h
   22   bool IsMethod() const;

References

tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFIndex.cpp
   63         looking_for_methods == die.IsMethod())
tools/lldb/source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.cpp
  279           bool is_method = DWARFDIE(&unit, &die).IsMethod();