Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h564 unsigned EffectiveCallingConvention : 8; variable
712 return EffectiveCallingConvention; in getEffectiveCallingConvention()
715 EffectiveCallingConvention = Value; in setEffectiveCallingConvention()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp845 FI->EffectiveCallingConvention = llvmCC; in create()