HomeSort by: relevance | last modified time | path
    Searched defs:NamedStreams (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
InfoStream.h 69 NamedStreamMap NamedStreams;
InfoStreamBuilder.h 32 InfoStreamBuilder(msf::MSFBuilder &Msf, NamedStreamMap &NamedStreams);
71 NamedStreamMap &NamedStreams;
PDBFileBuilder.h 101 NamedStreamMap NamedStreams;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
StreamUtil.cpp 77 DenseMap<uint16_t, std::string> NamedStreams;
93 NamedStreams[NSE.second] = std::string(NSE.first());
171 auto NSIter = NamedStreams.find(StreamIdx);
176 } else if (NSIter != NamedStreams.end()) {
PdbYaml.h 61 std::vector<NamedStreamMapping> NamedStreams;

Completed in 25 milliseconds