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
78 bool isInAlloca() const { return Flags & InAlloca; }
/external/llvm/include/llvm/IR/
H A DAttributes.h74 InAlloca, ///< Pass structure in an alloca enumerator in enum:llvm::Attribute::AttrKind

Completed in 112 milliseconds