Home
last modified time | relevance | path

Searched defs:CallingConvention (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h555 unsigned CallingConvention : 8; variable
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DDwarf.h413 enum CallingConvention { enum
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h175 enum class CallingConvention : uint8_t { enum
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp2954 CallingConv::ID CallingConvention = MF.getFunction().getCallingConv(); in GetScratchRegister() local