Home
last modified time | relevance | path

Searched refs:findIndex (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSparseSet.h199 /// findIndex - Find an element by its index.
204 iterator findIndex(unsigned Idx) {
226 return findIndex(KeyIndexOf(Key));
230 return const_cast<SparseSet*>(this)->findIndex(KeyIndexOf(Key));
255 iterator I = findIndex(Idx);
H A DSparseMultiSet.h288 Idx = SMS->findIndex(SparseIdx).Prev();
354 iterator findIndex(unsigned Idx) { in findIndex() function
376 return findIndex(KeyIndexOf(Key)); in find()
380 iterator I = const_cast<SparseMultiSet*>(this)->findIndex(KeyIndexOf(Key)); in find()
421 iterator I = findIndex(Idx); in insert()
505 findIndex(sparseIndex(N)).setPrev(N.Prev); in unlink()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVStringPool.h50 size_t findIndex(StringRef Key) const { in findIndex() function
59 size_t Index = findIndex(Key); in getIndex()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp594 uint32_t StringTableSection::findIndex(StringRef Name) const { in findIndex() function in StringTableSection
809 SymbolNames == nullptr ? 0 : SymbolNames->findIndex(Sym->Name); in finalize()
2671 Sec.NameIndex = Obj.SectionNames->findIndex(Sec.Name); in finalize()
H A DELFObject.h721 uint32_t findIndex(StringRef Name) const;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp294 uint32_t findIndex(TypeIndex TI) { in findIndex() function in llvm::logicalview::__anond7e39c940211::LVStringRecords
3383 Shared->StringRecords.findIndex(Line.getSourceFile())); in processLines()