Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DFunction.h350 void setSectionPrefix(StringRef Prefix);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DFunction.cpp1904 void Function::setSectionPrefix(StringRef Prefix) { in setSectionPrefix() function in Function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DCodeGenPrepare.cpp483 F.setSectionPrefix("hot"); in runOnFunction()
489 F.setSectionPrefix("unlikely"); in runOnFunction()
492 F.setSectionPrefix("unknown"); in runOnFunction()