Home
last modified time | relevance | path

Searched refs:getColdCodeSectionName (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h1326 StringRef getColdCodeSectionName() const { in getColdCodeSectionName() function
1337 return BC.getUniqueSectionByName(getColdCodeSectionName()); in getColdCodeSection()
H A DBinaryContext.h881 const char *getColdCodeSectionName() const { return ".text.cold"; } in getColdCodeSectionName() function
/llvm-project-15.0.7/bolt/lib/Passes/
H A DBinaryPasses.cpp1221 Function.setCodeSectionName(BC.getColdCodeSectionName()); in runOnFunctions()
1224 Function.setColdCodeSectionName(BC.getColdCodeSectionName()); in runOnFunctions()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryEmitter.cpp278 BC.getCodeSection(EmitColdPart ? Function.getColdCodeSectionName() in emitFunction()
H A DBinaryContext.cpp2207 LocalCtx->getELFSection(BF.getColdCodeSectionName(), ELF::SHT_PROGBITS, in calculateEmittedSize()