Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugLinesSubsection.h70 class LineColumnExtractor {
79 friend class LineColumnExtractor; variable
81 using LineInfoArray = VarStreamArray<LineColumnEntry, LineColumnExtractor>;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DDebugLinesSubsection.cpp23 Error LineColumnExtractor::operator()(BinaryStreamRef Stream, uint32_t &Len, in operator ()()