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.cpp115 size_t FunctionsAddedCount = Gsym.getNumFunctionInfos() - NumBefore; in convert() local
117 *Out.GetOS() << "Loaded " << FunctionsAddedCount in convert()
H A DDwarfTransformer.cpp700 size_t FunctionsAddedCount = Gsym.getNumFunctionInfos() - NumBefore; in convert() local
701 Out << "Loaded " << FunctionsAddedCount << " functions from DWARF.\n"; in convert()