Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
H A DObjectFileTransformer.cpp113 size_t FunctionsAddedCount = Gsym.getNumFunctionInfos() - NumBefore; in convert() local
114 Log << "Loaded " << FunctionsAddedCount << " functions from symbol table.\n"; in convert()
H A DDwarfTransformer.cpp474 size_t FunctionsAddedCount = Gsym.getNumFunctionInfos() - NumBefore; in convert() local
475 Log << "Loaded " << FunctionsAddedCount << " functions from DWARF.\n"; in convert()