Searched refs:getJumpBufSize (Results 1 – 5 of 5) sorted by relevance
344 unsigned getJumpBufSize() const;576 virtual unsigned getJumpBufSize() = 0;711 unsigned getJumpBufSize() override { return Impl.getJumpBufSize(); } in getJumpBufSize() function
231 unsigned getJumpBufSize() { return 0; } in getJumpBufSize() function
144 unsigned TargetTransformInfo::getJumpBufSize() const { in getJumpBufSize() function in TargetTransformInfo145 return TTIImpl->getJumpBufSize(); in getJumpBufSize()
179 unsigned getJumpBufSize() { return getTLI()->getJumpBufSize(); } in getJumpBufSize() function
946 unsigned getJumpBufSize() const { in getJumpBufSize() function