Home
last modified time | relevance | path

Searched defs:NamedStreams (Results 1 – 6 of 6) sorted by relevance

/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInfoStream.h65 NamedStreamMap NamedStreams; variable
H A DInfoStreamBuilder.h68 NamedStreamMap &NamedStreams; variable
H A DPDBFileBuilder.h104 NamedStreamMap NamedStreams; variable
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DInfoStreamBuilder.cpp25 InfoStreamBuilder(msf::MSFBuilder & Msf,NamedStreamMap & NamedStreams) InfoStreamBuilder() argument
/llvm-project/llvm/tools/llvm-pdbutil/
H A DStreamUtil.cpp76 DenseMap<uint16_t, std::string> NamedStreams; in discoverStreamPurposes() local
H A DPdbYaml.h57 std::vector<NamedStreamMapping> NamedStreams; member