Home
last modified time | relevance | path

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

/minix3/minix/llvm/passes/magic/support/
H A DMagicUtil.cpp36 StringRef funcName, countStr; in getGVSourceName() local
79 countStr = StringRef(*new std::string(stm.str())); in getGVSourceName()
84 countStr = ""; in getGVSourceName()
88 … stm << Var.getName().data() << "." << getModuleHash(Var, baseDir, funcName) << countStr.data(); in getGVSourceName()