Searched refs:getMaxColdAlignmentBytes (Results 1 – 4 of 4) sorted by relevance
179 if (BF.getMaxColdAlignmentBytes() < Alignment) in runOnFunctions()
299 if (Pad <= Func->getMaxColdAlignmentBytes()) in tentativeLayoutRelocColdPart()
292 uint16_t MaxAlignBytes = EmitColdPart ? Function.getMaxColdAlignmentBytes() in emitFunction()
1784 uint16_t getMaxColdAlignmentBytes() const { return MaxColdAlignmentBytes; } in getMaxColdAlignmentBytes() function