Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h293 CC_PreserveAll, // __attribute__((preserve_all)) enumerator
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DX86.h766 case CC_PreserveAll: in checkCallingConvention()
844 case CC_PreserveAll: in checkCallingConvention()
H A DAArch64.cpp1239 case CC_PreserveAll: in checkCallingConvention()
1593 case CC_PreserveAll: in checkCallingConvention()
H A DARM.cpp1409 case CC_PreserveAll: in checkCallingConvention()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp1105 case CC_PreserveAll: in printFunctionAfter()
H A DType.cpp3507 case CC_PreserveAll: return "preserve_all"; in getNameForCallConv()
H A DItaniumMangle.cpp3451 case CC_PreserveAll: in getCallingConvQualifierName()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp72 case CC_PreserveAll: return llvm::CallingConv::PreserveAll; in ClangCallConvToLLVMCallConv()
258 return CC_PreserveAll; in getCallingConventionForDecl()
H A DCGDebugInfo.cpp1547 case CC_PreserveAll: in getDwarfCC()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp4950 CC = CC_PreserveAll; in CheckCallingConvAttr()