Searched refs:ModiStream (Results 1 – 5 of 5) sorted by relevance
54 uint16_t ModiStream = Modi.getModuleStreamIndex(); in getModuleDebugStream() local55 if (ModiStream == kInvalidStreamIndex) in getModuleDebugStream()59 auto ModStreamData = File.createIndexedStream(ModiStream); in getModuleDebugStream()78 uint16_t ModiStream = Modi.getModuleStreamIndex(); in getModuleDebugStream() local79 if (ModiStream == kInvalidStreamIndex) in getModuleDebugStream()83 auto ModStreamData = File.createIndexedStream(ModiStream); in getModuleDebugStream()
460 uint16_t ModiStream = Modi.getModuleStreamIndex(); in getModuleDebugStream() local461 if (ModiStream == kInvalidStreamIndex) in getModuleDebugStream()465 Pdb->createIndexedStream(ModiStream); in getModuleDebugStream()
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()
842 const auto &ModiStream = *MI.Modi; in yamlToPdb() local843 for (const auto &Symbol : ModiStream.Symbols) { in yamlToPdb()