Searched defs:ABIArgInfo (Results 1 - 1 of 1) sorted by path

/external/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h34 /// ABIArgInfo - Helper class to encapsulate information about how a
36 class ABIArgInfo { class in namespace:clang::CodeGen
91 ABIArgInfo(Kind K) function
95 ABIArgInfo() function
99 static ABIArgInfo getDirect(llvm::Type *T = nullptr, unsigned Offset = 0,
101 auto AI = ABIArgInfo(Direct);
107 static ABIArgInfo getDirectInReg(llvm::Type *T = nullptr) {
112 static ABIArgInfo getExtend(llvm::Type *T = nullptr) {
113 auto AI = ABIArgInfo(Extend);
118 static ABIArgInfo getExtendInRe
[all...]

Completed in 211 milliseconds