Home
last modified time | relevance | path

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

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