HomeSort by relevance Sort by last modified time
    Searched refs:getJumpBufSize (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 239 /// getJumpBufSize - returns the target's jmp_buf size in bytes.
240 virtual unsigned getJumpBufSize() const;
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 123 unsigned TargetTransformInfo::getJumpBufSize() const {
124 return PrevTTI->getJumpBufSize();
470 unsigned getJumpBufSize() const {
  /external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp 77 virtual unsigned getJumpBufSize() const;
153 unsigned BasicTTI::getJumpBufSize() const {
154 return TLI->getJumpBufSize();
  /external/llvm/lib/Transforms/Utils/
LowerInvoke.cpp 125 unsigned JBSize = TLI ? TLI->getJumpBufSize() : 0;
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]

Completed in 280 milliseconds