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

Declarations

include/llvm/DebugInfo/DWARF/DWARFDebugLine.h
  130     bool hasFileAtIndex(uint64_t FileIndex) const;

References

include/llvm/DebugInfo/DWARF/DWARFDebugLine.h
  258       return Prologue.hasFileAtIndex(FileIndex);
lib/DebugInfo/DWARF/DWARFDebugLine.cpp
 1027   if (Kind == FileLineInfoKind::None || !Prologue.hasFileAtIndex(FileIndex))
 1046   if (Kind == FileLineInfoKind::None || !hasFileAtIndex(FileIndex))