Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DFunction.h349 void setSectionPrefix(StringRef Prefix);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DFunction.cpp1859 void Function::setSectionPrefix(StringRef Prefix) { in setSectionPrefix() function in Function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp483 F.setSectionPrefix("hot"); in runOnFunction()
489 F.setSectionPrefix("unlikely"); in runOnFunction()
492 F.setSectionPrefix("unknown"); in runOnFunction()