Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDwarfStringPoolEntry.h21 static constexpr unsigned NotIndexed = -1; member
27 bool isIndexed() const { return Index != NotIndexed; } in isIndexed()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DNonRelocatableStringpool.cpp27 DwarfStringPoolEntry Entry{nullptr, 0, DwarfStringPoolEntry::NotIndexed}; in internString()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DStringEntryToDwarfStringPoolEntryMap.h37 DataPtr->Index = DwarfStringPoolEntry::NotIndexed; in add()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfStringPool.cpp30 Entry.Index = EntryTy::NotIndexed; in getEntryImpl()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp1229 const uint64_t NotIndexed = std::numeric_limits<uint64_t>::max(); in verifyDebugNamesCULists() local
1233 CUMap[CU->getOffset()] = NotIndexed; in verifyDebugNamesCULists()
1259 if (Iter->second != NotIndexed) { in verifyDebugNamesCULists()
1273 if (KV.second == NotIndexed) in verifyDebugNamesCULists()