Home
last modified time | relevance | path

Searched refs:llvmCC (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h640 create(unsigned llvmCC, bool instanceMethod, bool chainCall,
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp828 CGFunctionInfo *CGFunctionInfo::create(unsigned llvmCC, bool instanceMethod, in create() argument
844 FI->CallingConvention = llvmCC; in create()
845 FI->EffectiveCallingConvention = llvmCC; in create()