Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp3641 SmallVector<TypeIndex> SortedInlinees{Inlinees.begin(), Inlinees.end()}; in emitInlinees() local
3642 llvm::sort(SortedInlinees); in emitInlinees()
3645 while (CurrentIndex < SortedInlinees.size()) { in emitInlinees()
3648 std::min(ChunkSize, SortedInlinees.size() - CurrentIndex); in emitInlinees()
3655 OS.emitInt32(SortedInlinees[CurrentIndex].getIndex()); in emitInlinees()