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

/external/llvm/include/llvm/
H A DAttributes.h319 /// getParamAlignment - Return the alignment for the specified function
321 unsigned getParamAlignment(unsigned Idx) const { function in class:llvm::AttrListPtr
H A DFunction.h210 unsigned getParamAlignment(unsigned i) const { function in class:llvm::Function
211 return AttributeList.getParamAlignment(i);
H A DInstructions.h1272 unsigned getParamAlignment(unsigned i) const { function in class:llvm::CallInst
1273 return AttributeList.getParamAlignment(i);
2912 unsigned getParamAlignment(unsigned i) const { function in class:llvm::InvokeInst
2913 return AttributeList.getParamAlignment(i);
/external/llvm/include/llvm/Support/
H A DCallSite.h193 uint16_t getParamAlignment(uint16_t i) const { function in class:llvm::CallSiteBase
194 CALLSITE_DELEGATE_GETTER(getParamAlignment(i));
/external/llvm/lib/VMCore/
H A DFunction.cpp85 unsigned Argument::getParamAlignment() const { function in class:Argument
87 return getParent()->getParamAlignment(getArgNo()+1);

Completed in 103 milliseconds