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

/external/llvm/include/llvm/IR/
H A DCallSite.h216 uint16_t getParamAlignment(uint16_t i) const { function in class:llvm::CallSiteBase
217 CALLSITE_DELEGATE_GETTER(getParamAlignment(i));
H A DFunction.h232 unsigned getParamAlignment(unsigned i) const { function in class:llvm::Function
233 return AttributeSets.getParamAlignment(i);
H A DInstructions.h1375 unsigned getParamAlignment(unsigned i) const { function in class:llvm::CallInst
1376 return AttributeList.getParamAlignment(i);
3050 unsigned getParamAlignment(unsigned i) const { function in class:llvm::InvokeInst
3051 return AttributeList.getParamAlignment(i);
/external/llvm/lib/IR/
H A DFunction.cpp110 unsigned Argument::getParamAlignment() const { function in class:Argument
112 return getParent()->getParamAlignment(getArgNo()+1);
H A DAttributes.cpp703 unsigned OldAlign = getParamAlignment(Index);
704 unsigned NewAlign = Attrs.getParamAlignment(Index);
870 unsigned AttributeSet::getParamAlignment(unsigned Index) const { function in class:AttributeSet

Completed in 153 milliseconds