Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h555 unsigned CallingConvention : 8; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DDwarf.h330 enum CallingConvention { enum
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h173 enum class CallingConvention : uint8_t { enum
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp2695 CallingConv::ID CallingConvention = MF.getFunction().getCallingConv(); in GetScratchRegister() local