Lines Matching refs:IsNewDbgInfoFormat
40 assert(IsNewDbgInfoFormat && in createMarker()
51 assert(IsNewDbgInfoFormat && in createMarker()
68 IsNewDbgInfoFormat = true; in convertToNewDbgValues()
98 IsNewDbgInfoFormat = false; in convertFromNewDbgValues()
143 TestFailure(getParent()->IsNewDbgInfoFormat == IsNewDbgInfoFormat, in validateDbgValues()
147 if (!IsNewDbgInfoFormat) in validateDbgValues()
195 if (NewFlag && !IsNewDbgInfoFormat) in setIsNewDbgInfoFormat()
197 else if (!NewFlag && IsNewDbgInfoFormat) in setIsNewDbgInfoFormat()
223 IsNewDbgInfoFormat(false), Parent(nullptr) { in BasicBlock()
233 setIsNewDbgInfoFormat(NewParent->IsNewDbgInfoFormat); in BasicBlock()
245 setIsNewDbgInfoFormat(NewParent->IsNewDbgInfoFormat); in insertInto()
758 if (!IsNewDbgInfoFormat) in flushTerminatorDbgValues()
797 if (!IsNewDbgInfoFormat) in spliceDebugInfoEmptyBlock()
1054 assert(Src->IsNewDbgInfoFormat == IsNewDbgInfoFormat); in splice()
1071 if (IsNewDbgInfoFormat) in splice()
1081 assert(IsNewDbgInfoFormat); in insertDPValueAfter()