Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugLinesSubsection.h71 class LineColumnExtractor {
80 friend class LineColumnExtractor; variable
82 using LineInfoArray = VarStreamArray<LineColumnEntry, LineColumnExtractor>;
/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugLinesSubsection.cpp23 Error LineColumnExtractor::operator()(BinaryStreamRef Stream, uint32_t &Len, in operator ()()