Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DFunction.h299 void setSectionPrefix(StringRef Prefix);
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp494 F.setSectionPrefix("hot"); in runOnFunction()
501 F.setSectionPrefix("hot"); in runOnFunction()
507 F.setSectionPrefix("unlikely"); in runOnFunction()
510 F.setSectionPrefix("unknown"); in runOnFunction()
/llvm-project-15.0.7/llvm/lib/IR/
H A DFunction.cpp2029 void Function::setSectionPrefix(StringRef Prefix) { in setSectionPrefix() function in Function