Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h559 unsigned EffectiveCallingConvention : 8; variable
690 return EffectiveCallingConvention; in getEffectiveCallingConvention()
693 EffectiveCallingConvention = Value; in setEffectiveCallingConvention()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCall.cpp817 FI->EffectiveCallingConvention = llvmCC; in create()