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

  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 236 /// getJumpBufAlignment - returns the target's jmp_buf alignment in bytes
237 virtual unsigned getJumpBufAlignment() const;
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 119 unsigned TargetTransformInfo::getJumpBufAlignment() const {
120 return PrevTTI->getJumpBufAlignment();
466 unsigned getJumpBufAlignment() const {
  /external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp 76 virtual unsigned getJumpBufAlignment() const;
149 unsigned BasicTTI::getJumpBufAlignment() const {
150 return TLI->getJumpBufAlignment();
  /external/llvm/lib/Transforms/Utils/
LowerInvoke.cpp 433 unsigned Align = TLI ? TLI->getJumpBufAlignment() : 0;
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]

Completed in 764 milliseconds