Home
last modified time | relevance | path

Searched refs:clearLineTable (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h307 void clearLineTable(uint64_t Offset);
/llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDebugLineTest.cpp383 Line.clearLineTable(0);
384 Line.clearLineTable(SecondOffset);
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp600 void DWARFDebugLine::clearLineTable(uint64_t Offset) { in clearLineTable() function in DWARFDebugLine
H A DDWARFContext.cpp1019 Line->clearLineTable(stmtOffset); in clearLineTableForUnit()