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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCCState.h22 enum SpecialCallingConvType { Mips16RetHelperConv, NoSpecialCallingConv }; enumerator in enum:llvm::MipsCCState::SpecialCallingConvType
83 MipsCCState(CallingConv::ID CC, bool isVarArg, MachineFunction &MF, SmallVectorImpl<CCValAssign> &locs, LLVMContext &C, SpecialCallingConvType SpecialCC = NoSpecialCallingConv) argument

Completed in 190 milliseconds