Searched refs:NotIndexed (Results 1 – 4 of 4) sorted by relevance
21 static constexpr unsigned NotIndexed = -1; member27 bool isIndexed() const { return Index != NotIndexed; } in isIndexed()
32 DwarfStringPoolEntry Entry{nullptr, 0, DwarfStringPoolEntry::NotIndexed}; in internString()
30 Entry.Index = EntryTy::NotIndexed; in getEntryImpl()
1078 const uint64_t NotIndexed = std::numeric_limits<uint64_t>::max(); in verifyDebugNamesCULists() local1082 CUMap[CU->getOffset()] = NotIndexed; in verifyDebugNamesCULists()1104 if (Iter->second != NotIndexed) { in verifyDebugNamesCULists()1115 if (KV.second == NotIndexed) in verifyDebugNamesCULists()