Searched refs:ModiStream (Results 1 – 9 of 9) sorted by relevance
338 uint16_t ModiStream = Modi.getModuleStreamIndex(); in iterateOneModule() local340 if (ModiStream == kInvalidStreamIndex) in iterateOneModule()343 auto ModStreamData = File.createIndexedStream(ModiStream); in iterateOneModule()349 auto Layout = File.getStreamLayout(ModiStream); in iterateOneModule()
230 uint16_t ModiStream = MI.getModuleStreamIndex(); in dumpDbiStream() local231 if (ModiStream == kInvalidStreamIndex) in dumpDbiStream()234 auto ModStreamData = File.createIndexedStream(ModiStream); in dumpDbiStream()
51 uint16_t ModiStream = Modi.getModuleStreamIndex(); in getModuleDebugStream() local52 if (ModiStream == kInvalidStreamIndex) in getModuleDebugStream()56 auto ModStreamData = File.createIndexedStream(ModiStream); in getModuleDebugStream()
420 uint16_t ModiStream = Modi.getModuleStreamIndex(); in getModuleDebugStream() local421 if (ModiStream == kInvalidStreamIndex) in getModuleDebugStream()425 auto ModStreamData = File.createIndexedStream(ModiStream); in getModuleDebugStream()
818 const auto &ModiStream = *MI.Modi; in yamlToPdb() local819 for (auto Symbol : ModiStream.Symbols) { in yamlToPdb()
29 :doc:`Module Info Streams <ModiStream>`.47 :doc:`module info stream <ModiStream>`).68 corresponds to, and from there that module's :doc:`module debug stream <ModiStream>`
52 ModiStream147 :doc:`ModiStream`
32 struct ModiStream {
451 uint16_t ModiStream = Modi.getModuleStreamIndex(); in getModuleDebugStream() local452 if (ModiStream == kInvalidStreamIndex) in getModuleDebugStream()456 Pdb->createIndexedStream(ModiStream); in getModuleDebugStream()