Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp3187 if (ErrorOr<BinarySection &> ColdSection = Function->getColdCodeSection()) in emitAndLink()
3726 ErrorOr<BinarySection &> ColdSection = Function.getColdCodeSection(); in mapCodeSections()
4521 NewColdSym.st_shndx = Function.getColdCodeSection()->getIndex(); in updateELFSymbolTable()
4649 ? Function->getColdCodeSection()->getIndex() in updateELFSymbolTable()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h1336 ErrorOr<BinarySection &> getColdCodeSection() const { in getColdCodeSection() function
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp4046 ErrorOr<BinarySection &> ColdSection = getColdCodeSection(); in updateOutputValues()