Home
last modified time | relevance | path

Searched refs:ModiStream (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DBytesOutputStyle.cpp339 uint16_t ModiStream = Modi.getModuleStreamIndex(); in iterateOneModule() local
341 if (ModiStream == kInvalidStreamIndex) in iterateOneModule()
345 File.getMsfLayout(), File.getMsfBuffer(), ModiStream, in iterateOneModule()
352 auto Layout = File.getStreamLayout(ModiStream); in iterateOneModule()
H A DYAMLOutputStyle.cpp231 uint16_t ModiStream = MI.getModuleStreamIndex(); in dumpDbiStream() local
232 if (ModiStream == kInvalidStreamIndex) in dumpDbiStream()
236 File.getMsfLayout(), File.getMsfBuffer(), ModiStream, in dumpDbiStream()
H A DInputFile.cpp52 uint16_t ModiStream = Modi.getModuleStreamIndex(); in getModuleDebugStream() local
53 if (ModiStream == kInvalidStreamIndex) in getModuleDebugStream()
57 auto ModStreamData = File.createIndexedStream(ModiStream); in getModuleDebugStream()
H A DDumpOutputStyle.cpp386 uint16_t ModiStream = Modi.getModuleStreamIndex(); in getModuleDebugStream() local
387 if (ModiStream == kInvalidStreamIndex) in getModuleDebugStream()
391 auto ModStreamData = File.createIndexedStream(ModiStream); in getModuleDebugStream()
H A Dllvm-pdbutil.cpp807 const auto &ModiStream = *MI.Modi; in yamlToPdb() local
808 for (auto Symbol : ModiStream.Symbols) { in yamlToPdb()