Home
last modified time | relevance | path

Searched refs:LVLineDebug (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVLine.h114 class LVLineDebug final : public LVLine {
120 LVLineDebug() : LVLine() { setIsLineDebug(); } in LVLineDebug() function
121 LVLineDebug(const LVLineDebug &) = delete;
122 LVLineDebug &operator=(const LVLineDebug &) = delete;
123 ~LVLineDebug() = default;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVLine.cpp151 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()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp749 LVLineDebug *Line = createLineDebug(); in createLineAndFileRecords()
H A DLVCodeViewReader.cpp309 LVLineDebug *LineDebug = createLineDebug(); in createLines()
H A DLVCodeViewVisitor.cpp3495 LVLineDebug *Line = Reader->createLineDebug(); in inlineSiteAnnotation()