Home
last modified time | relevance | path

Searched refs:EffectiveCallingConvention (Results 1 – 2 of 2) 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/clang/lib/CodeGen/
DCGCall.cpp743 FI->EffectiveCallingConvention = llvmCC; in create()