Searched refs:CallingConvention (Results 1 – 10 of 10) sorted by relevance
/external/zlib/src/contrib/dotzlib/DotZLib/ |
D | GZipStream.cs | 20 [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)]
|
D | Inflater.cs | 21 [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)]
|
D | Deflater.cs | 21 [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)]
|
D | ChecksumImpl.cs | 108 [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)] 159 [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)]
|
D | DotZLib.cs | 219 [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)] 222 [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)]
|
/external/clang/include/clang/CodeGen/ |
D | CGFunctionInfo.h | 343 unsigned CallingConvention : 8; variable 435 unsigned getCallingConvention() const { return CallingConvention; } in getCallingConvention()
|
/external/llvm/include/llvm/Support/ |
D | Dwarf.h | 358 enum CallingConvention { enum
|
/external/llvm/lib/Target/X86/ |
D | X86FrameLowering.cpp | 1558 CallingConv::ID CallingConvention = MF.getFunction()->getCallingConv(); in GetScratchRegister() local 1561 if (CallingConvention == CallingConv::HiPE) { in GetScratchRegister() 1577 if (CallingConvention == CallingConv::X86_FastCall || in GetScratchRegister() 1578 CallingConvention == CallingConv::Fast) { in GetScratchRegister()
|
/external/llvm/unittests/Transforms/Utils/ |
D | Cloning.cpp | 182 TEST_F(CloneInstruction, CallingConvention) { in TEST_F() argument
|
/external/clang/lib/CodeGen/ |
D | CGCall.cpp | 545 FI->CallingConvention = llvmCC; in create()
|