Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h335 void setSectionPrefix(StringRef Prefix);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp584 F.setSectionPrefix("hot"); in _run()
591 F.setSectionPrefix("hot"); in _run()
597 F.setSectionPrefix("unlikely"); in _run()
600 F.setSectionPrefix("unknown"); in _run()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp2082 void Function::setSectionPrefix(StringRef Prefix) { in setSectionPrefix() function in Function