Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h560 unsigned CallingConvention : 8; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.h738 enum CallingConvention { enum
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h184 enum class CallingConvention : uint8_t { enum
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp3168 CallingConv::ID CallingConvention = MF.getFunction().getCallingConv(); in GetScratchRegister() local