Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymCreator.cpp484 const size_t NumFuncs = Funcs.size(); in calculateHeaderAndTableSize() local
486 Size += NumFuncs * getAddressOffsetSize(); in calculateHeaderAndTableSize()
488 Size += NumFuncs * sizeof(uint32_t); in calculateHeaderAndTableSize()
549 const size_t NumFuncs = Funcs.size(); in saveSegments() local
550 while (FuncIdx < NumFuncs) { in saveSegments()
595 const size_t NumFuncs = Funcs.size(); in createSegment() local
600 for (; FuncIdx < NumFuncs; ++FuncIdx) { in createSegment()
/freebsd/contrib/llvm-project/llvm/lib/CGData/
H A DStableFunctionMapRecord.cpp158 auto NumFuncs = in deserialize() local
160 for (unsigned I = 0; I < NumFuncs; ++I) { in deserialize()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp1640 uint64_t NumFuncs = 0; in accumulateCounts() local
1648 ++NumFuncs; in accumulateCounts()
1650 Sum.NumEntries = NumFuncs; in accumulateCounts()