Home
last modified time | relevance | path

Searched refs:SlotTy (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackFrameLayoutAnalysisPass.cpp67 SlotType SlotTy; member
74 SlotTy(Invalid), Scalable(false) { in SlotData()
77 SlotTy = SlotType::Spill; in SlotData()
79 SlotTy = SlotType::Fixed; in SlotData()
81 SlotTy = SlotType::VariableSized; in SlotData()
84 SlotTy = SlotType::StackProtector; in SlotData()
86 SlotTy = SlotType::Variable; in SlotData()
89 bool isVarSize() const { return SlotTy == SlotType::VariableSized; } in isVarSize()
180 Rem << "], Type: " << ore::NV("Type", getTypeString(D.SlotTy)) in emitStackSlotRemark()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp747 llvm::Type *SlotTy; member in __anonbab9bb100111::CGObjCGNUstep
822 SlotTy = PtrTy; in CGObjCGNUstep()
824 SlotLookupFn.init(&CGM, "objc_msg_lookup_sender", SlotTy, PtrToIdTy, in CGObjCGNUstep()
827 SlotLookupSuperFn.init(&CGM, "objc_slot_lookup_super", SlotTy, in CGObjCGNUstep()