Searched refs:getJumpBufAlignment (Results 1 – 5 of 5) sorted by relevance
337 unsigned getJumpBufAlignment() const;551 virtual unsigned getJumpBufAlignment() = 0;672 unsigned getJumpBufAlignment() override { return Impl.getJumpBufAlignment(); } in getJumpBufAlignment() function
234 unsigned getJumpBufAlignment() { return 0; } in getJumpBufAlignment() function
138 unsigned TargetTransformInfo::getJumpBufAlignment() const { in getJumpBufAlignment() function in TargetTransformInfo139 return TTIImpl->getJumpBufAlignment(); in getJumpBufAlignment()
182 unsigned getJumpBufAlignment() { return getTLI()->getJumpBufAlignment(); } in getJumpBufAlignment() function
937 unsigned getJumpBufAlignment() const { in getJumpBufAlignment() function