Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h629 create(unsigned llvmCC, bool instanceMethod, bool chainCall,
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp819 CGFunctionInfo *CGFunctionInfo::create(unsigned llvmCC, bool instanceMethod, in create() argument
835 FI->CallingConvention = llvmCC; in create()
836 FI->EffectiveCallingConvention = llvmCC; in create()