Searched refs:Lists (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.cpp16 if (Lists.back().EntryOffset == Entries.size()) {
18 Lists.pop_back();
23 Lists.back().Label = Asm.createTempSymbol("debug_loc");
36 assert(Lists.back().EntryOffset <= Entries.size() &&
H A DDebugLocStream.h47 SmallVector<List, 4> Lists; member in class:llvm::DebugLocStream
59 size_t getNumLists() const { return Lists.size(); }
60 const List &getList(size_t LI) const { return Lists[LI]; }
61 ArrayRef<List> getLists() const { return Lists; }
80 size_t LI = Lists.size();
81 Lists.emplace_back(CU, Entries.size());
111 return ArrayRef(Entries).slice(Lists[LI].EntryOffset, getNumEntries(LI));
127 assert(&Lists.front() <= &L && &L <= &Lists.back() &&
129 return &L - &Lists
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp322 IO.mapOptional("Lists", ListTable.Lists);
H A DDWARFEmitter.cpp937 for (const DWARFYAML::ListEntries<EntryType> &List : Table.Lists) {
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp625 SmallVector<SetTheory::RecSet, 4> Lists(Dim);
627 ST.evaluate(SubRegs->getElement(i), Lists[i], Def->getLoc());
628 Length = std::min(Length, unsigned(Lists[i].size()));
644 Record *Proto = Lists[0][n];
647 Record *Reg = Lists[i][n];
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h208 std::vector<ListEntries<EntryType>> Lists; member in struct:llvm::DWARFYAML::ListTable
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp3445 GlobalMethodPool::Lists()))
3654 GlobalMethodPool::Lists &Methods = Pos->second;
/freebsd-current/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1541 using Lists = std::pair<ObjCMethodList, ObjCMethodList>;
1542 using iterator = llvm::DenseMap<Selector, Lists>::iterator;
1546 std::pair<iterator, bool> insert(std::pair<Selector, Lists> &&Val) {
1553 llvm::DenseMap<Selector, Lists> Methods;
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp6983 DictScope Lists(W, "Groups");
/freebsd-current/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp8563 S.MethodPool.insert(std::make_pair(Sel, Sema::GlobalMethodPool::Lists()))

Completed in 427 milliseconds