Searched refs:CallingConvention (Results 1 - 11 of 11) sorted by relevance

/external/zlib/src/contrib/dotzlib/DotZLib/
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 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 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
[all...]
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)]
/external/chromium_org/tools/win/ChromeDebug/LowLevel/
H A DNativeMethods.cs45 [DllImport("kernel32.dll", SetLastError = true, CallingConvention = CallingConvention.StdCall,
/external/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h330 unsigned CallingConvention : 8;
413 unsigned getCallingConvention() const { return CallingConvention; }
/external/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp1282 CallingConv::ID CallingConvention = MF.getFunction()->getCallingConv();
1285 if (CallingConvention == CallingConv::HiPE) {
1297 if (CallingConvention == CallingConv::X86_FastCall ||
1298 CallingConvention == CallingConv::Fast) {
/external/llvm/unittests/Transforms/Utils/
H A DCloning.cpp183 TEST_F(CloneInstruction, CallingConvention) {
/external/llvm/include/llvm/Support/
H A DDwarf.h648 enum CallingConvention { enum
/external/clang/lib/CodeGen/
H A DCGCall.cpp536 FI->CallingConvention = llvmCC;

Completed in 509 milliseconds