Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DSpecifiers.h247 CC_PreserveAll, // __attribute__((preserve_all)) enumerator
/external/llvm-project/clang/include/clang/Basic/
DSpecifiers.h270 CC_PreserveAll, // __attribute__((preserve_all)) enumerator
/external/llvm-project/clang/lib/Basic/Targets/
DAArch64.cpp520 case CC_PreserveAll: in checkCallingConvention()
790 case CC_PreserveAll: in checkCallingConvention()
DX86.h711 case CC_PreserveAll: in checkCallingConvention()
785 case CC_PreserveAll: in checkCallingConvention()
DARM.cpp1198 case CC_PreserveAll: in checkCallingConvention()
/external/clang/lib/AST/
DTypePrinter.cpp737 case CC_PreserveAll: in printFunctionProtoAfter()
DType.cpp2648 case CC_PreserveAll: return "preserve_all"; in getNameForCallConv()
DItaniumMangle.cpp2452 case CC_PreserveAll: in getCallingConvQualifierName()
/external/llvm-project/clang/lib/AST/
DTypePrinter.cpp977 case CC_PreserveAll: in printFunctionAfter()
DType.cpp3138 case CC_PreserveAll: return "preserve_all"; in getNameForCallConv()
DItaniumMangle.cpp2868 case CC_PreserveAll: in getCallingConvQualifierName()
/external/clang/lib/CodeGen/
DCGCall.cpp63 case CC_PreserveAll: return llvm::CallingConv::PreserveAll; in ClangCallConvToLLVMCallConv()
200 return CC_PreserveAll; in getCallingConventionForDecl()
DCGDebugInfo.cpp898 case CC_PreserveAll: in getDwarfCC()
/external/llvm-project/clang/lib/CodeGen/
DCGCall.cpp66 case CC_PreserveAll: return llvm::CallingConv::PreserveAll; in ClangCallConvToLLVMCallConv()
240 return CC_PreserveAll; in getCallingConventionForDecl()
DCGDebugInfo.cpp1256 case CC_PreserveAll: in getDwarfCC()
/external/clang/lib/Basic/
DTargets.cpp4369 case CC_PreserveAll: in checkCallingConvention()
5842 case CC_PreserveAll: in checkCallingConvention()
/external/clang/lib/Sema/
DSemaDeclAttr.cpp3893 case AttributeList::AT_PreserveAll: CC = CC_PreserveAll; break; in CheckCallingConvAttr()
/external/llvm-project/clang/lib/Sema/
DSemaDeclAttr.cpp4724 CC = CC_PreserveAll; in CheckCallingConvAttr()