Searched refs:LVLineDebug (Results 1 – 3 of 3) sorted by relevance
114 class LVLineDebug final : public LVLine {120 LVLineDebug() : LVLine() { setIsLineDebug(); } in LVLineDebug() function121 LVLineDebug(const LVLineDebug &) = delete;122 LVLineDebug &operator=(const LVLineDebug &) = delete;123 ~LVLineDebug() = default;
151 std::string LVLineDebug::statesInfo(bool Formatted) const { in statesInfo()193 bool LVLineDebug::equals(const LVLine *Line) const { in equals()199 void LVLineDebug::printExtra(raw_ostream &OS, bool Full) const { in printExtra()
736 LVLineDebug *Line = new LVLineDebug(); in createLineAndFileRecords()