Home
last modified time | relevance | path

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

/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h461 unsigned EffectiveCallingConvention : 8; variable
576 return EffectiveCallingConvention; in getEffectiveCallingConvention()
579 EffectiveCallingConvention = Value; in setEffectiveCallingConvention()
/external/llvm-project/clang/include/clang/CodeGen/
DCGFunctionInfo.h540 unsigned EffectiveCallingConvention : 8; variable
671 return EffectiveCallingConvention; in getEffectiveCallingConvention()
674 EffectiveCallingConvention = Value; in setEffectiveCallingConvention()
/external/clang/lib/CodeGen/
DCGCall.cpp743 FI->EffectiveCallingConvention = llvmCC; in create()
/external/llvm-project/clang/lib/CodeGen/
DCGCall.cpp815 FI->EffectiveCallingConvention = llvmCC; in create()