Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DInfoStream.h50 const NamedStreamMap &getNamedStreams() const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DInfoStream.cpp125 const NamedStreamMap &InfoStream::getNamedStreams() const { in getNamedStreams() function in InfoStream
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
DDumpOutputStyle.cpp1267 const NamedStreamMap &NS = IS.getNamedStreams(); in dumpNamedStreams()