Searched defs:InAlloca (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Target/
H A DTargetCallingConv.h46 static const uint64_t InAlloca = 1ULL<<12; ///< Passed with inalloca member in struct:llvm::ISD::ArgFlagsTy
85 bool isInAlloca() const { return Flags & InAlloca; }
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1383 return Attribute::InAlloca;
5249 bool InAlloca = AlignRecord & InAllocaMask; local
5268 AI->setUsedWithInAlloca(InAlloca);

Completed in 295 milliseconds