Home
last modified time | relevance | path

Searched refs:constructAlignmentFromInt (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/
DAttributes.h114 inline Attributes constructAlignmentFromInt(unsigned i) { in constructAlignmentFromInt() function
/external/llvm/lib/VMCore/
DCore.cpp1363 Attribute::constructAlignmentFromInt(align)); in LLVMSetParamAlignment()
1542 Attribute::constructAlignmentFromInt(align))); in LLVMSetInstrParamAlignment()
/external/clang/lib/CodeGen/
DCGCall.cpp816 llvm::Attribute::constructAlignmentFromInt(AI.getIndirectAlign()); in ConstructAttributeList()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp440 ReconstitutedAttr |= Attribute::constructAlignmentFromInt(Alignment); in ParseAttributeBlock()
/external/llvm/lib/AsmParser/
DLLParser.cpp937 Attrs |= Attribute::constructAlignmentFromInt(Alignment); in ParseOptionalAttrs()