Home
last modified time | relevance | path

Searched refs:CC_PreserveAll (Results 1 – 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
HDSpecifiers.h282 CC_PreserveAll, // __attribute__((preserve_all)) enumerator
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/Targets/
HDAArch64.cpp359 case CC_PreserveAll: in checkCallingConvention()
615 case CC_PreserveAll: in checkCallingConvention()
HDX86.h691 case CC_PreserveAll: in checkCallingConvention()
763 case CC_PreserveAll: in checkCallingConvention()
HDARM.cpp1160 case CC_PreserveAll: in checkCallingConvention()
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDTypePrinter.cpp904 case CC_PreserveAll: in printFunctionAfter()
HDType.cpp2950 case CC_PreserveAll: return "preserve_all"; in getNameForCallConv()
HDItaniumMangle.cpp2747 case CC_PreserveAll: in getCallingConvQualifierName()
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGCall.cpp65 case CC_PreserveAll: return llvm::CallingConv::PreserveAll; in ClangCallConvToLLVMCallConv()
239 return CC_PreserveAll; in getCallingConventionForDecl()
HDCGDebugInfo.cpp1181 case CC_PreserveAll: in getDwarfCC()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDeclAttr.cpp4588 CC = CC_PreserveAll; in CheckCallingConvAttr()