Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DDwarfStringPoolEntry.h21 static constexpr unsigned NotIndexed = -1; member
27 bool isIndexed() const { return Index != NotIndexed; } in isIndexed()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DNonRelocatableStringpool.cpp31 DwarfStringPoolEntry Entry{nullptr, 0, DwarfStringPoolEntry::NotIndexed}; in internString()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfStringPool.cpp30 Entry.Index = EntryTy::NotIndexed; in getEntryImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp977 const uint64_t NotIndexed = std::numeric_limits<uint64_t>::max(); in verifyDebugNamesCULists() local
981 CUMap[CU->getOffset()] = NotIndexed; in verifyDebugNamesCULists()
1003 if (Iter->second != NotIndexed) { in verifyDebugNamesCULists()
1014 if (KV.second == NotIndexed) in verifyDebugNamesCULists()