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

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

Completed in 555 milliseconds