Searched refs:ModiStream (Results 1 – 7 of 7) sorted by relevance
339 uint16_t ModiStream = Modi.getModuleStreamIndex(); in iterateOneModule() local341 if (ModiStream == kInvalidStreamIndex) in iterateOneModule()345 File.getMsfLayout(), File.getMsfBuffer(), ModiStream, in iterateOneModule()352 auto Layout = File.getStreamLayout(ModiStream); in iterateOneModule()
222 uint16_t ModiStream = MI.getModuleStreamIndex(); in dumpDbiStream() local223 if (ModiStream == kInvalidStreamIndex) in dumpDbiStream()227 File.getMsfLayout(), File.getMsfBuffer(), ModiStream, in dumpDbiStream()
48 uint16_t ModiStream = Modi.getModuleStreamIndex(); in getModuleDebugStream() local49 if (ModiStream == kInvalidStreamIndex) in getModuleDebugStream()53 auto ModStreamData = File.createIndexedStream(ModiStream); in getModuleDebugStream()
369 uint16_t ModiStream = Modi.getModuleStreamIndex(); in getModuleDebugStream() local370 if (ModiStream == kInvalidStreamIndex) in getModuleDebugStream()374 auto ModStreamData = File.createIndexedStream(ModiStream); in getModuleDebugStream()
747 const auto &ModiStream = *MI.Modi; in yamlToPdb() local748 for (auto Symbol : ModiStream.Symbols) { in yamlToPdb()
52 ModiStream146 :doc:`ModiStream`
32 struct ModiStream {