Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DFunction.h315 void setSectionPrefix(StringRef Prefix);
/freebsd-12.1/contrib/llvm/lib/IR/
H A DFunction.cpp1414 void Function::setSectionPrefix(StringRef Prefix) { in setSectionPrefix() function in Function
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp422 F.setSectionPrefix(".hot"); in runOnFunction()
424 F.setSectionPrefix(".unlikely"); in runOnFunction()