Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DObjectFileTransformer.cpp117 size_t FunctionsAddedCount = Gsym.getNumFunctionInfos() - NumBefore; in convert() local
119 *Out.GetOS() << "Loaded " << FunctionsAddedCount in convert()
H A DDwarfTransformer.cpp632 size_t FunctionsAddedCount = Gsym.getNumFunctionInfos() - NumBefore; in convert() local
633 Out << "Loaded " << FunctionsAddedCount << " functions from DWARF.\n"; in convert()