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.cpp81 size_t NumBefore = Gsym.getNumFunctionInfos(); in convert() local
115 size_t FunctionsAddedCount = Gsym.getNumFunctionInfos() - NumBefore; in convert()
H A DGsymCreator.cpp271 const auto NumBefore = Funcs.size(); in finalize() local
277 if (NumBefore > 1) { in finalize()
284 for (size_t Idx=1; Idx < NumBefore; ++Idx) { in finalize()
350 Out << "Pruned " << NumBefore - Funcs.size() << " functions, ended with " in finalize()
H A DDwarfTransformer.cpp629 size_t NumBefore = Gsym.getNumFunctionInfos(); in convert() local
700 size_t FunctionsAddedCount = Gsym.getNumFunctionInfos() - NumBefore; in convert()