Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
H A DSwiftCallingConv.h175 void computeABIInfo(CodeGenModule &CGM, CGFunctionInfo &FI);
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp869 void swiftcall::computeABIInfo(CodeGenModule &CGM, CGFunctionInfo &FI) { in computeABIInfo() function in swiftcall
H A DCGCall.cpp777 swiftcall::computeABIInfo(CGM, *FI); in arrangeLLVMFunctionInfo()