Searched refs:NotIndexed (Results 1 – 5 of 5) sorted by relevance
21 static constexpr unsigned NotIndexed = -1; member 27 bool isIndexed() const { return Index != NotIndexed; } in isIndexed()
27 DwarfStringPoolEntry Entry{nullptr, 0, DwarfStringPoolEntry::NotIndexed}; in internString()
37 DataPtr->Index = DwarfStringPoolEntry::NotIndexed; in add()
30 Entry.Index = EntryTy::NotIndexed; in getEntryImpl()
1229 const uint64_t NotIndexed = std::numeric_limits<uint64_t>::max(); in verifyDebugNamesCULists() local1233 CUMap[CU->getOffset()] = NotIndexed; in verifyDebugNamesCULists()1259 if (Iter->second != NotIndexed) { in verifyDebugNamesCULists()1273 if (KV.second == NotIndexed) in verifyDebugNamesCULists()