Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DObjectFileTransformer.cpp116 size_t FunctionsAddedCount = Gsym.getNumFunctionInfos() - NumBefore; in convert() local
118 *Log << "Loaded " << FunctionsAddedCount in convert()
H A DDwarfTransformer.cpp604 size_t FunctionsAddedCount = Gsym.getNumFunctionInfos() - NumBefore; in convert() local
606 *OS << "Loaded " << FunctionsAddedCount << " functions from DWARF.\n"; in convert()