Home
last modified time | relevance | path

Searched refs:C13LinesSubstream (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DModuleDebugStream.cpp54 if (auto EC = Reader.readSubstream(C13LinesSubstream, C13Size)) in reload()
62 BinaryStreamReader SubsectionsReader(C13LinesSubstream.StreamData); in reload()
88 return C13LinesSubstream; in getC13LinesSubstream()
106 return !C13LinesSubstream.empty(); in hasDebugSubsections()
/external/llvm/lib/DebugInfo/PDB/Raw/
DModStream.cpp49 if (auto EC = Reader.readStreamRef(C13LinesSubstream, C13Size)) in reload()
52 codeview::StreamReader LineReader(C13LinesSubstream); in reload()
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DModStream.h49 codeview::StreamRef C13LinesSubstream; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DModuleDebugStream.h77 BinarySubstreamRef C13LinesSubstream; variable