Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DObjectFileTransformer.cpp83 size_t NumBefore = Gsym.getNumFunctionInfos(); in convert() local
117 size_t FunctionsAddedCount = Gsym.getNumFunctionInfos() - NumBefore; in convert()
H A DGsymCreator.cpp222 const auto NumBefore = Funcs.size(); in finalize() local
228 if (NumBefore > 1) { in finalize()
234 for (size_t Idx=1; Idx < NumBefore; ++Idx) { in finalize()
300 Out << "Pruned " << NumBefore - Funcs.size() << " functions, ended with " in finalize()
H A DDwarfTransformer.cpp560 size_t NumBefore = Gsym.getNumFunctionInfos(); in convert() local
632 size_t FunctionsAddedCount = Gsym.getNumFunctionInfos() - NumBefore; in convert()