Lines Matching refs:SourceInfo
3016 return this->emitPopPtr(SourceInfo{}); in emitRecordDestruction()
3024 return this->emitPopPtr(SourceInfo{}); in emitRecordDestruction()
3028 if (!this->emitConstUint64(I, SourceInfo{})) in emitRecordDestruction()
3030 if (!this->emitArrayElemPtrUint64(SourceInfo{})) in emitRecordDestruction()
3035 return this->emitPopPtr(SourceInfo{}); in emitRecordDestruction()
3044 if (!this->emitDupPtr(SourceInfo{})) in emitRecordDestruction()
3046 if (!this->emitGetPtrField(Field.Offset, SourceInfo{})) in emitRecordDestruction()
3062 if (!this->emitDupPtr(SourceInfo{})) in emitRecordDestruction()
3064 if (!this->emitCall(DtorFunc, SourceInfo{})) in emitRecordDestruction()
3070 if (!this->emitGetPtrBase(Base.Offset, SourceInfo{})) in emitRecordDestruction()
3078 return this->emitPopPtr(SourceInfo{}); in emitRecordDestruction()