Searched refs:DebugLineTableRowRef (Results 1 – 5 of 5) sorted by relevance
112 struct DebugLineTableRowRef { struct116 const static DebugLineTableRowRef NULL_ROW; argument118 bool operator==(const DebugLineTableRowRef &Rhs) const {123 bool operator!=(const DebugLineTableRowRef &Rhs) const {127 static DebugLineTableRowRef fromSMLoc(const SMLoc &Loc) { in fromSMLoc() argument130 DebugLineTableRowRef Ref; in fromSMLoc()139 DebugLineTableRowRef Ref; in toSMLoc() argument
638 DebugLineTableRowRef RowReference = DebugLineTableRowRef::fromSMLoc(NewLoc); in emitLineInfo()641 if (RowReference == DebugLineTableRowRef::NULL_ROW || in emitLineInfo()
1803 DebugLineTableRowRef RowRef = in printDebugInfo()1804 DebugLineTableRowRef::fromSMLoc(Instruction.getLoc()); in printDebugInfo()1805 if (RowRef == DebugLineTableRowRef::NULL_ROW) in printDebugInfo()
90 const DebugLineTableRowRef DebugLineTableRowRef::NULL_ROW{0, 0};
186 sizeof(DebugLineTableRowRef) && in findDebugLineInformationForInstructionAt()189 SMLoc NullResult = DebugLineTableRowRef::NULL_ROW.toSMLoc(); in findDebugLineInformationForInstructionAt()199 DebugLineTableRowRef *InstructionLocation = in findDebugLineInformationForInstructionAt()200 reinterpret_cast<DebugLineTableRowRef *>(&Ptr); in findDebugLineInformationForInstructionAt()