Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugLinesSubsection.h94 Iterator begin() const { return LinesAndColumns.begin(); } in begin()
95 Iterator end() const { return LinesAndColumns.end(); } in end()
103 LineInfoArray LinesAndColumns; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DDebugLinesSubsection.cpp61 LinesAndColumns.getExtractor().Header = Header; in initialize()
62 if (auto EC = Reader.readArray(LinesAndColumns, Reader.bytesRemaining())) in initialize()