Searched refs:getJumpBufSize (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp140 unsigned TargetTransformInfo::getJumpBufSize() const { function in class:TargetTransformInfo
141 return PrevTTI->getJumpBufSize();
520 unsigned getJumpBufSize() const { function in struct:__anon2227::NoTTI
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/
H A DBasicTargetTransformInfo.cpp84 virtual unsigned getJumpBufSize() const;
177 unsigned BasicTTI::getJumpBufSize() const { function in class:BasicTTI
178 return getTLI()->getJumpBufSize();
/freebsd-10.2-release/contrib/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h286 /// getJumpBufSize - returns the target's jmp_buf size in bytes.
287 virtual unsigned getJumpBufSize() const;
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Utils/
H A DLowerInvoke.cpp122 unsigned JBSize = TLI ? TLI->getJumpBufSize() : 0;
/freebsd-10.2-release/contrib/llvm/include/llvm/Target/
H A DTargetLowering.h791 unsigned getJumpBufSize() const { function in class:llvm::TargetLoweringBase

Completed in 92 milliseconds