Home
last modified time | relevance | path

Searched refs:CallingConvention (Results 1 – 10 of 10) sorted by relevance

/minix/common/dist/zlib/contrib/dotzlib/DotZLib/
H A DGZipStream.cs20 [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl, CharSet=CharSet.Ansi)]
23 [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)]
26 [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)]
29 [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)]
32 [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)]
35 [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)]
H A DDeflater.cs21 [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl, CharSet=CharSet.Ansi)]
24 [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)]
27 [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)]
30 [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)]
H A DInflater.cs21 [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl, CharSet=CharSet.Ansi)]
24 [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)]
27 [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)]
30 [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)]
H A DChecksumImpl.cs108 [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)]
159 [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)]
H A DDotZLib.cs219 [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)]
222 [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)]
/minix/external/bsd/llvm/dist/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h343 unsigned CallingConvention : 8; variable
435 unsigned getCallingConvention() const { return CallingConvention; } in getCallingConvention()
/minix/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DDwarf.h637 enum CallingConvention { enum
/minix/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp1466 CallingConv::ID CallingConvention = MF.getFunction()->getCallingConv(); in GetScratchRegister() local
1469 if (CallingConvention == CallingConv::HiPE) { in GetScratchRegister()
1485 if (CallingConvention == CallingConv::X86_FastCall || in GetScratchRegister()
1486 CallingConvention == CallingConv::Fast) { in GetScratchRegister()
/minix/external/bsd/llvm/dist/llvm/unittests/Transforms/Utils/
H A DCloning.cpp182 TEST_F(CloneInstruction, CallingConvention) { in TEST_F() argument
/minix/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGCall.cpp527 FI->CallingConvention = llvmCC; in create()