Home
last modified time | relevance | path

Searched refs:getOrParseLineTable (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h311 getOrParseLineTable(DWARFDataExtractor &DebugLineData, uint64_t Offset,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp580 Expected<const DWARFDebugLine::LineTable *> DWARFDebugLine::getOrParseLineTable( in getOrParseLineTable() function in DWARFDebugLine
H A DDWARFContext.cpp964 return Line->getOrParseLineTable(lineData, stmtOffset, *this, U, in getLineTableForUnit()