Home
last modified time | relevance | path

Searched refs:getNamedStreams (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DInfoStream.h51 const NamedStreamMap &getNamedStreams() const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DInfoStream.cpp126 const NamedStreamMap &InfoStream::getNamedStreams() const { in getNamedStreams() function in InfoStream
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DDumpOutputStyle.cpp1049 const NamedStreamMap &NS = IS.getNamedStreams(); in dumpNamedStreams()