Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStaticDataAnnotator.cpp94 GV.setSectionPrefix(SectionPrefix); in runOnModule()
H A DCodeGenPrepare.cpp587 F.setSectionPrefix("hot"); in _run()
594 F.setSectionPrefix("hot"); in _run()
600 F.setSectionPrefix("unlikely"); in _run()
603 F.setSectionPrefix("unknown"); in _run()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalObject.h125 LLVM_ABI void setSectionPrefix(StringRef Prefix);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DGlobals.cpp291 void GlobalObject::setSectionPrefix(StringRef Prefix) { in setSectionPrefix() function in GlobalObject