Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInfoStream.h55 StringMap<uint32_t> named_streams() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DInfoStream.cpp95 StringMap<uint32_t> InfoStream::named_streams() const { in named_streams() function in InfoStream
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DStreamUtil.cpp91 for (auto &NSE : Info->named_streams()) { in discoverStreamPurposes()