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; }
   55     return getMapEntry()->second.Index;
lib/CodeGen/AsmPrinter/DwarfStringPool.cpp
   31     Entry.Index = EntryTy::NotIndexed;
   51     MapEntry.getValue().Index = NumIndexedStrings++;
  119         Entries[Entry.getValue().Index] = &Entry;
tools/dsymutil/NonRelocatableStringpool.cpp
   23     Entry.Index = NumEntries++;