Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/DebugInfo/GSYM/
DObjectFileTransformer.cpp82 size_t NumBefore = Gsym.getNumFunctionInfos(); in convert() local
113 size_t FunctionsAddedCount = Gsym.getNumFunctionInfos() - NumBefore; in convert()
DGsymCreator.cpp197 auto NumBefore = Funcs.size(); in finalize() local
259 OS << "Pruned " << NumBefore - Funcs.size() << " functions, ended with " in finalize()
DDwarfTransformer.cpp426 size_t NumBefore = Gsym.getNumFunctionInfos(); in convert() local
474 size_t FunctionsAddedCount = Gsym.getNumFunctionInfos() - NumBefore; in convert()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
DGsymCreator.cpp190 auto NumBefore = Funcs.size(); in finalize() local
242 OS << "Pruned " << NumBefore - Funcs.size() << " functions, ended with " in finalize()