Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DFunction.h298 void setSectionPrefix(StringRef Prefix);
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp519 F.setSectionPrefix("hot"); in runOnFunction()
526 F.setSectionPrefix("hot"); in runOnFunction()
532 F.setSectionPrefix("unlikely"); in runOnFunction()
535 F.setSectionPrefix("unknown"); in runOnFunction()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DFunction.cpp2115 void Function::setSectionPrefix(StringRef Prefix) { in setSectionPrefix() function in Function