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

/external/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h35 /// ABIArgInfo - Helper class to encapsulate information about how a
37 class ABIArgInfo { class in namespace:clang::CodeGen
93 ABIArgInfo(Kind K) function
97 ABIArgInfo() function
101 static ABIArgInfo getDirect(llvm::Type *T = nullptr, unsigned Offset = 0,
104 auto AI = ABIArgInfo(Direct);
111 static ABIArgInfo getDirectInReg(llvm::Type *T = nullptr) {
116 static ABIArgInfo getExtend(llvm::Type *T = nullptr) {
117 auto AI = ABIArgInfo(Extend);
122 static ABIArgInfo getExtendInRe
[all...]

Completed in 192 milliseconds