Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DSpecifiers.h272 CC_X86Pascal, // __attribute__((pascal)) enumerator
298 case CC_X86Pascal: in supportsVariadicCall()
/openbsd-src/gnu/llvm/clang/lib/Basic/Targets/
H A DX86.h383 case CC_X86Pascal: in checkCallingConvention()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp359 return clang::CC_X86Pascal; in TranslateCallingConvention()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp142 return clang::CallingConv::CC_X86Pascal; in TranslateCallingConvention()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DTypePrinter.cpp963 case CC_X86Pascal: in printFunctionAfter()
H A DMicrosoftMangle.cpp2790 case CC_X86Pascal: Out << 'C'; break; in mangleCallingConvention()
H A DType.cpp3187 case CC_X86Pascal: return "pascal"; in getNameForCallConv()
H A DItaniumMangle.cpp3150 case CC_X86Pascal: in getCallingConvQualifierName()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCall.cpp62 case CC_X86Pascal: return llvm::CallingConv::C; in ClangCallConvToLLVMCallConv()
226 return CC_X86Pascal; in getCallingConventionForDecl()
H A DCGDebugInfo.cpp1381 case CC_X86Pascal: in getDwarfCC()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp873 return clang::CC_X86Pascal; in ConvertDWARFCallingConventionToClang()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclAttr.cpp5239 CC = CC_X86Pascal; in CheckCallingConvAttr()