Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h559 unsigned EffectiveCallingConvention : 8; variable
693 return EffectiveCallingConvention; in getEffectiveCallingConvention()
696 EffectiveCallingConvention = Value; in setEffectiveCallingConvention()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCall.cpp827 FI->EffectiveCallingConvention = llvmCC; in create()