Home
last modified time | relevance | path

Searched refs:processLines (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.h194 void processLines(LVLines *DebugLines, LVSectionIndex SectionIndex);
195 void processLines(LVLines *DebugLines, LVSectionIndex SectionIndex,
H A DLVCodeViewVisitor.h365 void processLines();
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp584 void LVBinaryReader::processLines(LVLines *DebugLines, in processLines() function in LVBinaryReader
789 void LVBinaryReader::processLines(LVLines *DebugLines, in processLines() function in LVBinaryReader
798 processLines(DebugLines, SectionIndex, nullptr); in processLines()
817 processLines(DebugLines, SectionIndex, nullptr); in processLines()
883 processLines(&Group, SectionIndex, /*Function=*/nullptr); in processLines()
H A DLVCodeViewReader.cpp306 // The 'processLines()' function will move each created logical line in createLines()
793 processLines(&CULines, SectionIndex, Function); in traverseSymbolSection()
892 LogicalVisitor.processLines(); in createScopes()
1112 LogicalVisitor.processLines(); in createScopes()
1146 processLines(&CULines, SectionIndex, nullptr); in processModule()
H A DLVDWARFReader.cpp971 processLines(&CULines, SectionIndex); in createScopes()
H A DLVCodeViewVisitor.cpp3360 void LVLogicalVisitor::processLines() { in processLines() function in LVLogicalVisitor
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DREADME.md127 ### Refactor ``LVBinaryReader::processLines``.