Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfiledBinary.h273 bool TrackFuncContextSize = false; variable
334 TrackFuncContextSize(EnableCSPreInliner && in ProfiledBinary()
563 bool getTrackFuncContextSize() { return TrackFuncContextSize; } in getTrackFuncContextSize()
H A DProfiledBinary.cpp385 if (TrackFuncContextSize) { in decodePseudoProbe()