Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DObjectFileTransformer.cpp82 size_t NumBefore = Gsym.getNumFunctionInfos(); in convert() local
116 size_t FunctionsAddedCount = Gsym.getNumFunctionInfos() - NumBefore; in convert()
H A DGsymCreator.cpp218 const auto NumBefore = Funcs.size(); in finalize() local
224 if (NumBefore > 1) { in finalize()
230 for (size_t Idx=1; Idx < NumBefore; ++Idx) { in finalize()
293 OS << "Pruned " << NumBefore - Funcs.size() << " functions, ended with " in finalize()
H A DDwarfTransformer.cpp539 size_t NumBefore = Gsym.getNumFunctionInfos(); in convert() local
604 size_t FunctionsAddedCount = Gsym.getNumFunctionInfos() - NumBefore; in convert()