Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
HDInfoStream.h46 const NamedStreamMap &getNamedStreams() const;
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDInfoStream.cpp123 const NamedStreamMap &InfoStream::getNamedStreams() const { in getNamedStreams() function in InfoStream
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDDumpOutputStyle.cpp1163 const NamedStreamMap &NS = IS.getNamedStreams(); in dumpNamedStreams()