Home
last modified time | relevance | path

Searched refs:CC_X86Pascal (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h284 CC_X86Pascal, // __attribute__((pascal)) enumerator
325 case CC_X86Pascal: in supportsVariadicCall()
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DX86.h410 case CC_X86Pascal: in checkCallingConvention()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp358 return clang::CC_X86Pascal; in TranslateCallingConvention()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp143 return clang::CallingConv::CC_X86Pascal; in TranslateCallingConvention()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp1088 case CC_X86Pascal: in printFunctionAfter()
H A DMicrosoftMangle.cpp3168 case CC_X86Pascal: in mangleCallingConvention()
H A DType.cpp3611 case CC_X86Pascal: in getNameForCallConv()
H A DItaniumMangle.cpp3533 case CC_X86Pascal: in getCallingConvQualifierName()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp75 case CC_X86Pascal: in ClangCallConvToLLVMCallConv()
274 return CC_X86Pascal; in getCallingConventionForDecl()
H A DCGDebugInfo.cpp1671 case CC_X86Pascal: in getDwarfCC()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1064 return clang::CC_X86Pascal; in ConvertDWARFCallingConventionToClang()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp5556 CC = CC_X86Pascal; in CheckCallingConvAttr()