Searched refs:getHotTextMoverSectionName (Results 1 – 3 of 3) sorted by relevance
1213 Function.setCodeSectionName(BC.getHotTextMoverSectionName()); in runOnFunctions()1214 Function.setColdCodeSectionName(BC.getHotTextMoverSectionName()); in runOnFunctions()
883 const char *getHotTextMoverSectionName() const { return ".text.mover"; } in getHotTextMoverSectionName() function
3565 if (A->getName() == BC->getHotTextMoverSectionName()) in getCodeSections()3567 if (B->getName() == BC->getHotTextMoverSectionName()) in getCodeSections()