Home
last modified time | relevance | path

Searched refs:getNumFunctionInfos (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/DebugInfo/GSYM/
H A DObjectFileTransformer.cpp82 size_t NumBefore = Gsym.getNumFunctionInfos(); in convert()
113 size_t FunctionsAddedCount = Gsym.getNumFunctionInfos() - NumBefore; in convert()
H A DDwarfTransformer.cpp429 size_t NumBefore = Gsym.getNumFunctionInfos(); in convert()
494 size_t FunctionsAddedCount = Gsym.getNumFunctionInfos() - NumBefore; in convert()
H A DGsymCreator.cpp348 size_t GsymCreator::getNumFunctionInfos() const { in getNumFunctionInfos() function in GsymCreator
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymCreator.h233 size_t getNumFunctionInfos() const;