Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DSwiftCallingConv.h175 void computeABIInfo(CodeGenModule &CGM, CGFunctionInfo &FI);
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp865 void swiftcall::computeABIInfo(CodeGenModule &CGM, CGFunctionInfo &FI) { in computeABIInfo() function in swiftcall
H A DCGCall.cpp806 swiftcall::computeABIInfo(CGM, *FI); in arrangeLLVMFunctionInfo()