Home
last modified time | relevance | path

Searched refs:setEffectiveCallingConvention (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DNVPTX.cpp209 FI.setEffectiveCallingConvention(getRuntimeCC()); in computeInfo()
H A DARM.cpp251 FI.setEffectiveCallingConvention(cc); in computeInfo()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h703 void setEffectiveCallingConvention(unsigned Value) { in setEffectiveCallingConvention() function