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

References

include/llvm/CodeGen/DwarfStringPoolEntry.h
   27   bool isIndexed() const { return Index != NotIndexed; }
lib/CodeGen/AsmPrinter/DwarfStringPool.cpp
   31     Entry.Index = EntryTy::NotIndexed;
tools/dsymutil/NonRelocatableStringpool.cpp
   32   DwarfStringPoolEntry Entry{nullptr, 0, DwarfStringPoolEntry::NotIndexed};