Home
last modified time | relevance | path

Searched refs:NotIndexed (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DDwarfStringPoolEntry.h22 static constexpr unsigned NotIndexed = -1; member
28 bool isIndexed() const { return Index != NotIndexed; } in isIndexed()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfStringPool.cpp32 Entry.Index = EntryTy::NotIndexed; in getEntryImpl()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp939 const uint32_t NotIndexed = std::numeric_limits<uint32_t>::max(); in verifyDebugNamesCULists() local
943 CUMap[CU->getOffset()] = NotIndexed; in verifyDebugNamesCULists()
965 if (Iter->second != NotIndexed) { in verifyDebugNamesCULists()
976 if (KV.second == NotIndexed) in verifyDebugNamesCULists()