Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInfoStream.h51 StringMap<uint32_t> named_streams() const;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DInfoStream.cpp93 StringMap<uint32_t> InfoStream::named_streams() const { in named_streams() function in InfoStream
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DStreamUtil.cpp90 for (auto &NSE : Info->named_streams()) { in discoverStreamPurposes()