Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DBytesOutputStyle.cpp338 uint16_t ModiStream = Modi.getModuleStreamIndex(); in iterateOneModule() local
340 if (ModiStream == kInvalidStreamIndex) in iterateOneModule()
343 auto ModStreamData = File.createIndexedStream(ModiStream); in iterateOneModule()
349 auto Layout = File.getStreamLayout(ModiStream); in iterateOneModule()
H A DYAMLOutputStyle.cpp230 uint16_t ModiStream = MI.getModuleStreamIndex(); in dumpDbiStream() local
231 if (ModiStream == kInvalidStreamIndex) in dumpDbiStream()
234 auto ModStreamData = File.createIndexedStream(ModiStream); in dumpDbiStream()
H A DInputFile.cpp51 uint16_t ModiStream = Modi.getModuleStreamIndex(); in getModuleDebugStream() local
52 if (ModiStream == kInvalidStreamIndex) in getModuleDebugStream()
56 auto ModStreamData = File.createIndexedStream(ModiStream); in getModuleDebugStream()
H A DDumpOutputStyle.cpp420 uint16_t ModiStream = Modi.getModuleStreamIndex(); in getModuleDebugStream() local
421 if (ModiStream == kInvalidStreamIndex) in getModuleDebugStream()
425 auto ModStreamData = File.createIndexedStream(ModiStream); in getModuleDebugStream()
H A Dllvm-pdbutil.cpp818 const auto &ModiStream = *MI.Modi; in yamlToPdb() local
819 for (auto Symbol : ModiStream.Symbols) { in yamlToPdb()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/PDB/
H A DCodeViewSymbols.rst29 :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>`
H A Dindex.rst52 ModiStream
147 :doc:`ModiStream`
H A DModiStream.rst32 struct ModiStream {
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp451 uint16_t ModiStream = Modi.getModuleStreamIndex(); in getModuleDebugStream() local
452 if (ModiStream == kInvalidStreamIndex) in getModuleDebugStream()
456 Pdb->createIndexedStream(ModiStream); in getModuleDebugStream()