Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp494 size_t FunctionsAddedCount = Gsym.getNumFunctionInfos() - NumBefore; in convert() local
495 Log << "Loaded " << FunctionsAddedCount << " functions from DWARF.\n"; in convert()