Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiStream.h117 std::unique_ptr<msf::MappedBlockStream> SectionHeaderStream; variable
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DDbiStream.h138 std::unique_ptr<MappedBlockStream> SectionHeaderStream; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DDbiStream.cpp277 SectionHeaderStream = std::move(SHS); in initializeSectionHeadersData()
/external/llvm/lib/DebugInfo/PDB/Raw/
DDbiStream.cpp304 SectionHeaderStream = std::move(*SHS); in initializeSectionHeadersData()