Home
last modified time | relevance | path

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

/external/clang/include/clang/CodeGen/
DSwiftCallingConv.h162 void computeABIInfo(CodeGenModule &CGM, CGFunctionInfo &FI);
/external/clang/lib/CodeGen/
DSwiftCallingConv.cpp822 void swiftcall::computeABIInfo(CodeGenModule &CGM, CGFunctionInfo &FI) { in computeABIInfo() function in swiftcall
DCGCall.cpp707 swiftcall::computeABIInfo(CGM, *FI); in arrangeLLVMFunctionInfo()