Searched refs:setSectionPrefix (Results 1 – 3 of 3) sorted by relevance
298 void setSectionPrefix(StringRef Prefix);
519 F.setSectionPrefix("hot"); in runOnFunction()526 F.setSectionPrefix("hot"); in runOnFunction()532 F.setSectionPrefix("unlikely"); in runOnFunction()535 F.setSectionPrefix("unknown"); in runOnFunction()
2115 void Function::setSectionPrefix(StringRef Prefix) { in setSectionPrefix() function in Function