Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCall.cpp987 llvm::Attributes SRETAttrs = llvm::Attribute::StructRet; in ConstructAttributeList() local
989 SRETAttrs |= llvm::Attribute::InReg; in ConstructAttributeList()
990 PAL.push_back(llvm::AttributeWithIndex::get(Index, SRETAttrs)); in ConstructAttributeList()