Home
last modified time | relevance | path

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

/llvm-project/lldb/test/API/tools/lldb-dap/variables/children/
H A Dmain.cpp2 struct NotIndexed {}; struct
6 NotIndexed not_indexed; in main()
/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()
/llvm-project/llvm/lib/CodeGen/
H A DNonRelocatableStringpool.cpp27 DwarfStringPoolEntry Entry{nullptr, 0, DwarfStringPoolEntry::NotIndexed}; in internString()
/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DStringEntryToDwarfStringPoolEntryMap.h37 DataPtr->Index = DwarfStringPoolEntry::NotIndexed; in add()
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfStringPool.cpp30 Entry.Index = EntryTy::NotIndexed; in getEntryImpl()
/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp1236 const uint64_t NotIndexed = std::numeric_limits<uint64_t>::max(); in verifyDebugNamesCULists()
1240 CUMap[CU->getOffset()] = NotIndexed; in verifyDebugNamesCULists()
1266 if (Iter->second != NotIndexed) { in verifyDebugNamesCULists()
1280 if (KV.second == NotIndexed) in verifyNameIndexBuckets()
1228 const uint64_t NotIndexed = std::numeric_limits<uint64_t>::max(); verifyDebugNamesCULists() local
/llvm-project/llvm/unittests/CodeGen/
H A DAsmPrinterDwarfTest.cpp145 Val.Index = DwarfStringPoolEntry::NotIndexed; in init()