Searched refs:SlotTy (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | StackFrameLayoutAnalysisPass.cpp | 66 SlotType SlotTy; member 73 SlotTy(Invalid), Scalable(false) { in SlotData() 76 SlotTy = SlotType::Spill; in SlotData() 78 SlotTy = SlotType::Fixed; in SlotData() 80 SlotTy = SlotType::VariableSized; in SlotData() 83 SlotTy = SlotType::StackProtector; in SlotData() 85 SlotTy = SlotType::Variable; in SlotData() 88 bool isVarSize() const { return SlotTy == SlotType::VariableSized; } in isVarSize() 191 Rem << "], Type: " << ore::NV("Type", getTypeString(D.SlotTy)) in emitStackSlotRemark()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjCGNU.cpp | 748 llvm::Type *SlotTy; member in __anonbab9bb100111::CGObjCGNUstep 821 SlotTy = llvm::PointerType::getUnqual(SlotStructTy); in CGObjCGNUstep() 823 SlotLookupFn.init(&CGM, "objc_msg_lookup_sender", SlotTy, PtrToIdTy, in CGObjCGNUstep() 826 SlotLookupSuperFn.init(&CGM, "objc_slot_lookup_super", SlotTy, in CGObjCGNUstep()
|