Home
last modified time | relevance | path

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

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