Searched refs:getJumpBufSize (Results 1 – 5 of 5) sorted by relevance
340 unsigned getJumpBufSize() const;552 virtual unsigned getJumpBufSize() = 0;673 unsigned getJumpBufSize() override { return Impl.getJumpBufSize(); } in getJumpBufSize() function
236 unsigned getJumpBufSize() { return 0; } in getJumpBufSize() function
142 unsigned TargetTransformInfo::getJumpBufSize() const { in getJumpBufSize() function in TargetTransformInfo143 return TTIImpl->getJumpBufSize(); in getJumpBufSize()
184 unsigned getJumpBufSize() { return getTLI()->getJumpBufSize(); } in getJumpBufSize() function
931 unsigned getJumpBufSize() const { in getJumpBufSize() function