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.h111 class LLVM_ABI LVLineDebug final : public LVLine {
117 LVLineDebug() : LVLine() { setIsLineDebug(); } in LVLineDebug() function
118 LVLineDebug(const LVLineDebug &) = delete;
119 LVLineDebug &operator=(const LVLineDebug &) = delete;
120 ~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.cpp548 LVLineDebug *Line = createLineDebug(); in createLineAndFileRecords()
H A DLVCodeViewReader.cpp304 LVLineDebug *LineDebug = createLineDebug(); in createLines()
H A DLVCodeViewVisitor.cpp3491 LVLineDebug *Line = Reader->createLineDebug(); in inlineSiteAnnotation()