Searched refs:IndexSet (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | ManualDWARFIndex.h | 59 struct IndexSet { struct 70 bool operator==(const IndexSet &rhs) const { argument 162 void IndexUnit(DWARFUnit &unit, SymbolFileDWARFDwo *dwp, IndexSet &set); 166 IndexSet &set); 173 IndexSet m_set;
|
| H A D | ManualDWARFIndex.cpp | 80 std::vector<IndexSet> sets(units_to_index.size()); in Index() 126 task_group.async(finalize_fn, &IndexSet::function_basenames); in Index() 127 task_group.async(finalize_fn, &IndexSet::function_fullnames); in Index() 128 task_group.async(finalize_fn, &IndexSet::function_methods); in Index() 129 task_group.async(finalize_fn, &IndexSet::function_selectors); in Index() 131 task_group.async(finalize_fn, &IndexSet::globals); in Index() 132 task_group.async(finalize_fn, &IndexSet::types); in Index() 133 task_group.async(finalize_fn, &IndexSet::namespaces); in Index() 140 IndexSet &set) { in IndexUnit() 169 IndexSet &set) { in IndexUnitImpl() [all …]
|
| /llvm-project-15.0.7/lldb/unittests/SymbolFile/DWARF/ |
| H A D | DWARFIndexCachingTest.cpp | 91 static void EncodeDecode(const ManualDWARFIndex::IndexSet &object, in EncodeDecode() 99 ManualDWARFIndex::IndexSet decoded_object; in EncodeDecode() 105 static void EncodeDecode(const ManualDWARFIndex::IndexSet &object) { in EncodeDecode() 111 ManualDWARFIndex::IndexSet set; in TEST()
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVRegisterInfo.td | 378 class IndexSet<int tuple_index, int nf, int lmul, bit isV0 = false> { 411 !foreach(i, IndexSet<start, nf, lmul, isV0>.R, 416 !size(IndexSet<start, nf, lmul, isV0>.R)))],
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | APINotes.rst | 353 SwiftBridge: IndexSet
|