Searched refs:getJumpBufAlignment (Results 1 – 5 of 5) sorted by relevance
549 unsigned getJumpBufAlignment() const;1084 virtual unsigned getJumpBufAlignment() = 0;1343 unsigned getJumpBufAlignment() override { return Impl.getJumpBufAlignment(); } in getJumpBufAlignment() function
290 unsigned getJumpBufAlignment() { return 0; } in getJumpBufAlignment() function
224 unsigned TargetTransformInfo::getJumpBufAlignment() const { in getJumpBufAlignment() function in TargetTransformInfo225 return TTIImpl->getJumpBufAlignment(); in getJumpBufAlignment()
374 unsigned getJumpBufAlignment() { return getTLI()->getJumpBufAlignment(); } in getJumpBufAlignment() function
1463 unsigned getJumpBufAlignment() const { in getJumpBufAlignment() function