Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp290 uint32_t StripLevel = StaticFuncFullModulePrefix ? 0 : (uint32_t)-1; in getStrippedSourceFileName() local
291 if (StripLevel < StaticFuncStripDirNamePrefix) in getStrippedSourceFileName()
292 StripLevel = StaticFuncStripDirNamePrefix; in getStrippedSourceFileName()
293 if (StripLevel) in getStrippedSourceFileName()
294 FileName = stripDirPrefix(FileName, StripLevel); in getStrippedSourceFileName()