Searched refs:getJumpBufAlignment (Results 1 – 7 of 7) sorted by relevance
367 unsigned getJumpBufAlignment() const;665 virtual unsigned getJumpBufAlignment() = 0;830 unsigned getJumpBufAlignment() override { return Impl.getJumpBufAlignment(); } in getJumpBufAlignment() function
235 unsigned getJumpBufAlignment() { return 0; } in getJumpBufAlignment() function
165 unsigned TargetTransformInfo::getJumpBufAlignment() const { in getJumpBufAlignment() function in TargetTransformInfo166 return TTIImpl->getJumpBufAlignment(); in getJumpBufAlignment()
187 unsigned getJumpBufAlignment() { return getTLI()->getJumpBufAlignment(); } in getJumpBufAlignment() function
452 unsigned Align = TLI ? TLI->getJumpBufAlignment() : 0; in insertExpensiveEHSupport()
704 unsigned getJumpBufAlignment() const { in getJumpBufAlignment() function
1048 unsigned getJumpBufAlignment() const { in getJumpBufAlignment() function