Home
last modified time | relevance | path

Searched refs:LineTableConstIter (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h414 using LineTableConstIter = LineTableMapTy::const_iterator; variable
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp574 LineTableConstIter Pos = LineTableMap.find(Offset); in getLineTable()