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

Declarations

include/llvm/DebugInfo/DWARF/DWARFDie.h
   87   bool isSubprogramDIE() const;

References

lib/DebugInfo/DWARF/DWARFDie.cpp
  494   if (isSubprogramDIE()) {
lib/DebugInfo/DWARF/DWARFUnit.cpp
  661   while (!SubroutineDIE.isSubprogramDIE()) {
lib/DebugInfo/DWARF/DWARFVerifier.cpp
  210   for (; Curr.isValid() && !Curr.isSubprogramDIE(); Curr = Die.getParent()) {