Searched refs:getJumpBufSize (Results 1 – 5 of 5) sorted by relevance
370 unsigned getJumpBufSize() const;666 virtual unsigned getJumpBufSize() = 0;831 unsigned getJumpBufSize() override { return Impl.getJumpBufSize(); } in getJumpBufSize() function
237 unsigned getJumpBufSize() { return 0; } in getJumpBufSize() function
169 unsigned TargetTransformInfo::getJumpBufSize() const { in getJumpBufSize() function in TargetTransformInfo170 return TTIImpl->getJumpBufSize(); in getJumpBufSize()
189 unsigned getJumpBufSize() { return getTLI()->getJumpBufSize(); } in getJumpBufSize() function
1042 unsigned getJumpBufSize() const { in getJumpBufSize() function