Searched defs:getParamAlignment (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/IR/
H A DCallSite.h217 uint16_t getParamAlignment(uint16_t i) const { function in class:llvm::CallSiteBase
218 CALLSITE_DELEGATE_GETTER(getParamAlignment(i));
H A DFunction.h231 unsigned getParamAlignment(unsigned i) const { function in class:llvm::Function
232 return AttributeSets.getParamAlignment(i);
H A DInstructions.h1434 unsigned getParamAlignment(unsigned i) const { function in class:llvm::CallInst
1435 return AttributeList.getParamAlignment(i);
3130 unsigned getParamAlignment(unsigned i) const { function in class:llvm::InvokeInst
3131 return AttributeList.getParamAlignment(i);
/external/llvm/lib/IR/
H A DAttributes.cpp763 unsigned OldAlign = getParamAlignment(Index);
764 unsigned NewAlign = Attrs.getParamAlignment(Index);
945 unsigned AttributeSet::getParamAlignment(unsigned Index) const { function in class:AttributeSet
H A DFunction.cpp108 unsigned Argument::getParamAlignment() const { function in class:Argument
110 return getParent()->getParamAlignment(getArgNo()+1);

Completed in 151 milliseconds