Searched refs:needsGC (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGValue.h514 /// \param needsGC - true if the slot is potentially located
519 NeedsGCBarriers_t needsGC,
534 AV.ObjCGCFlag = needsGC;
544 NeedsGCBarriers_t needsGC, IsAliased_t isAliased,
547 return forAddr(LV.getAddress(CGF), LV.getQuals(), isDestructed, needsGC,
516 forAddr(Address addr, Qualifiers quals, IsDestructed_t isDestructed, NeedsGCBarriers_t needsGC, IsAliased_t isAliased, Overlap_t mayOverlap, IsZeroed_t isZeroed = IsNotZeroed, IsSanitizerChecked_t isChecked = IsNotSanitizerChecked) argument
543 forLValue(const LValue &LV, CodeGenFunction &CGF, IsDestructed_t isDestructed, NeedsGCBarriers_t needsGC, IsAliased_t isAliased, Overlap_t mayOverlap, IsZeroed_t isZeroed = IsNotZeroed, IsSanitizerChecked_t isChecked = IsNotSanitizerChecked) argument
H A DCGExprAgg.cpp92 AggValueSlot::NeedsGCBarriers_t needsGC(QualType T) { function in class:__anon1::AggExprEmitter
350 src, CGF, AggValueSlot::IsDestructed, needsGC(type),
1159 needsGC(E->getLHS()->getType()),
1180 LHS, CGF, AggValueSlot::IsDestructed, needsGC(E->getLHS()->getType()),

Completed in 152 milliseconds