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.h281 CC_X86Pascal, // __attribute__((pascal)) enumerator
310 case CC_X86Pascal: in supportsVariadicCall()
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DX86.h398 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.cpp1062 case CC_X86Pascal: in printFunctionAfter()
H A DMicrosoftMangle.cpp3030 case CC_X86Pascal: in mangleCallingConvention()
H A DType.cpp3491 case CC_X86Pascal: return "pascal"; in getNameForCallConv()
H A DItaniumMangle.cpp3440 case CC_X86Pascal: in getCallingConvQualifierName()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp63 case CC_X86Pascal: return llvm::CallingConv::C; in ClangCallConvToLLVMCallConv()
231 return CC_X86Pascal; in getCallingConventionForDecl()
H A DCGDebugInfo.cpp1522 case CC_X86Pascal: in getDwarfCC()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp976 return clang::CC_X86Pascal; in ConvertDWARFCallingConventionToClang()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp4894 CC = CC_X86Pascal; in CheckCallingConvAttr()