Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.h152 void processLines(LVLines *DebugLines, LVSectionIndex SectionIndex);
153 void processLines(LVLines *DebugLines, LVSectionIndex SectionIndex,
H A DLVCodeViewVisitor.h365 void processLines();
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp555 void LVBinaryReader::processLines(LVLines *DebugLines, in processLines() function in LVBinaryReader
760 void LVBinaryReader::processLines(LVLines *DebugLines, in processLines() function in LVBinaryReader
769 processLines(DebugLines, SectionIndex, nullptr); in processLines()
788 processLines(DebugLines, SectionIndex, nullptr); in processLines()
854 processLines(&Group, SectionIndex, /*Function=*/nullptr); in processLines()
H A DLVCodeViewReader.cpp793 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 DLVELFReader.cpp957 processLines(&CULines, SectionIndex); in createScopes()
H A DLVCodeViewVisitor.cpp3360 void LVLogicalVisitor::processLines() { in processLines() function in LVLogicalVisitor
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DREADME.txt164 // Refactor 'LVBinaryReader::processLines'.