Searched defs:X86_StdCall (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/
H A DCallingConv.h54 /// X86_StdCall - stdcall is the calling conventions mostly used by the
58 X86_StdCall = 64, enumerator in enum:llvm::CallingConv::ID
60 /// X86_FastCall - 'fast' analog of X86_StdCall. Passes first two arguments
79 /// X86_ThisCall - Similar to X86_StdCall. Passes first argument in ECX,

Completed in 69 milliseconds