Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProf.cpp265 uint32_t StripLevel = StaticFuncFullModulePrefix ? 0 : (uint32_t)-1; in getPGOFuncName() local
266 if (StripLevel < StaticFuncStripDirNamePrefix) in getPGOFuncName()
267 StripLevel = StaticFuncStripDirNamePrefix; in getPGOFuncName()
268 if (StripLevel) in getPGOFuncName()
269 FileName = stripDirPrefix(FileName, StripLevel); in getPGOFuncName()