Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp73 static cl::opt<unsigned> StaticFuncStripDirNamePrefix( variable
291 if (StripLevel < StaticFuncStripDirNamePrefix) in getStrippedSourceFileName()
292 StripLevel = StaticFuncStripDirNamePrefix; in getStrippedSourceFileName()