/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | CallingConv.h | 1 //===- llvm/CallingConv.h - LLVM Calling Conventions ------------*- C++ -*-===// 9 // This file defines LLVM's set of calling conventions. 19 /// the well-known calling conventions. 27 /// calling conventions. 32 /// conventions, the callee/caller have to tolerate certain amounts of 36 // Generic LLVM calling conventions. None of these support varargs calls, 92 /// This is the start of the target-specific calling conventions, e.g. 165 /// Placeholders for HHVM calling conventions (deprecated, removed).
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kCallingConv.td | 1 //===-- M68kCallingConv.td - Calling Conventions for M68k --*- tablegen -*-===// 10 /// This describes the calling conventions for the M68k architectures. These 11 /// conventions assume Int to be 4 bytes and 4 byte aligned. 22 // Return Value Calling Conventions 56 /// CC_M68k_Common - In all M68k calling conventions, extra integers and FP
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRCallingConv.td | 1 //===-- AVRCallingConv.td - Calling Conventions for AVR ----*- tablegen -*-===// 8 // This describes the calling conventions for AVR architecture. 23 // AVR Argument Calling Conventions 26 // The calling conventions are implemented in custom C++ code
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Lanai/ |
H A D | LanaiCallingConv.td | 1 //===- LanaiCallingConv.td - Calling Conventions Lanai -------*- tablegen -*-===// 9 // This describes the calling conventions for the Lanai architectures. 14 // Return Value Calling Conventions
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/MSP430/ |
H A D | MSP430CallingConv.td | 1 //==- MSP430CallingConv.td - Calling Conventions for MSP430 -*- tablegen -*-==// 8 // This describes the calling conventions for MSP430 architecture. 23 // MSP430 Argument Calling Conventions
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreCallingConv.td | 1 //===- XCoreCallingConv.td - Calling Conventions for XCore -*- tablegen -*-===// 8 // This describes the calling conventions for XCore architecture. 24 // XCore Argument Calling Conventions
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARC/ |
H A D | ARCCallingConv.td | 1 //===- ARCCallingConv.td - Calling Conventions for ARC -----*- tablegen -*-===// 8 // This describes the calling conventions for ARC architecture. 25 // ARC Argument Calling Conventions
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchCallingConv.td | 1 //=- LoongArchCallingConv.td - Calling Conventions LoongArch -*- tablegen -*-=// 9 // This describes the calling conventions for the LoongArch architecture.
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | NSErrorChecker.cpp | 1 //=- NSErrorChecker.cpp - Coding conventions for uses of NSError -*- C++ -*-==// 78 "Coding conventions (Apple)", err, L); in checkASTDecl() 136 "Coding conventions (Apple)", err, L); in checkASTDecl() 150 "Coding conventions (Apple)") {} in NSErrorDerefBug() 157 "Coding conventions (Apple)") {} in CFErrorDerefBug()
|
H A D | LLVMConventionsChecker.cpp | 1 //=== LLVMConventionsChecker.cpp - Check LLVM codebase conventions ---*- C++ -*- 10 // for checking specific coding conventions in the LLVM/Clang codebase. 183 BR.EmitBasicReport(DeclWithIssue, Checker, desc, "LLVM Conventions", desc, in VisitVarDecl() 288 "LLVM Conventions", os.str(), L); in ReportError()
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | TargetInfo.h | 51 // Target hooks supporting Swift calling conventions. The target must 52 // initialize this field if it claims to support these calling conventions 236 /// compatible parameters. Therefore, splitting the conventions 242 /// conventions compatible. 245 /// - the conventions are exactly the same, because it does not 248 /// - the conventions are substantively different in how they pass 252 /// However, some platforms make the conventions identical except
|
/freebsd-src/contrib/llvm-project/lld/docs/ |
H A D | WebAssembly.rst | 14 the WebAssembly tool conventions on linking_. 150 For more specific details on how this is achieved see the tool conventions on 264 https://github.com/WebAssembly/tool-conventions/blob/main/DynamicLinking.md 266 .. _linking: https://github.com/WebAssembly/tool-conventions/blob/main/Linking.md
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFCallingConv.td | 1 //===-- BPFCallingConv.td - Calling Conventions BPF --------*- tablegen -*-===// 9 // This describes the calling conventions for the BPF architecture.
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVCallingConv.td | 1 //===-- RISCVCallingConv.td - Calling Conventions RISC-V ---*- tablegen -*-===// 9 // This describes the calling conventions for the RISC-V architecture.
|
/freebsd-src/usr.sbin/mailwrapper/ |
H A D | mailwrapper.8 | 61 the path and calling conventions expected by 79 but still follow the same calling conventions as
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZCallingConv.td | 1 //=- SystemZCallingConv.td - Calling conventions for SystemZ -*- tablegen -*-=// 8 // This describes the calling conventions for the SystemZ ABI. 65 // z/Linux argument calling conventions for GHC 88 // z/Linux argument calling conventions 204 // z/OS XPLINK64 argument calling conventions 300 // s390x argument calling conventions
|
H A D | SystemZRegisterInfo.h | 44 /// particular for calling conventions. 45 /// It is abstract, all calling conventions must override and
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetCallingConv.td | 1 //===- TargetCallingConv.td - Target Calling Conventions ---*- tablegen -*-===// 10 // describe their calling conventions. 210 /// conventions that are implemented using a custom function of the same name.
|
/freebsd-src/sys/contrib/zstd/lib/ |
H A D | README.md | 10 …d, supporting [Makefile conventions](https://www.gnu.org/prep/standards/html_node/Makefile-Convent…
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/CSKY/ |
H A D | CSKYCallingConv.td | 1 //===-- CSKYCallingConv.td - Calling Conventions CSKY ----*- tablegen -*---===// 9 // This describes the calling conventions for the CSKY architecture.
|
/freebsd-src/share/doc/smm/18.net/ |
H A D | 8.t | 37 \fIpr_ctloutput\fP routines. The calling conventions for all 42 will examine the conventions used for some of the Internet
|
/freebsd-src/stand/i386/loader/ |
H A D | version | 2 1.1: New calling conventions for fopen.
|
/freebsd-src/share/man/man4/ |
H A D | fdt.4 | 110 They are certain conventions describing definitions (encoding) of particular 112 Such reference conventions were provided by the legacy Open Firmware bindings,
|
/freebsd-src/contrib/ncurses/man/ |
H A D | terminfo.head | 130 be chosen using the following conventions. 160 For more on terminal naming conventions, see the \fBterm\fP(7) manual page.
|
/freebsd-src/contrib/arm-optimized-routines/pl/ |
H A D | README.contributors |
|