Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DInputFile.cpp54 uint16_t ModiStream = Modi.getModuleStreamIndex(); in getModuleDebugStream() local
55 if (ModiStream == kInvalidStreamIndex) in getModuleDebugStream()
59 auto ModStreamData = File.createIndexedStream(ModiStream); in getModuleDebugStream()
78 uint16_t ModiStream = Modi.getModuleStreamIndex(); in getModuleDebugStream() local
79 if (ModiStream == kInvalidStreamIndex) in getModuleDebugStream()
83 auto ModStreamData = File.createIndexedStream(ModiStream); in getModuleDebugStream()
H A DNativeSession.cpp460 uint16_t ModiStream = Modi.getModuleStreamIndex(); in getModuleDebugStream() local
461 if (ModiStream == kInvalidStreamIndex) in getModuleDebugStream()
465 Pdb->createIndexedStream(ModiStream); in getModuleDebugStream()
/freebsd/contrib/llvm-project/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 Dllvm-pdbutil.cpp842 const auto &ModiStream = *MI.Modi; in yamlToPdb()
843 for (const auto &Symbol : ModiStream.Symbols) { in yamlToPdb()
844 const auto &ModiStream = *MI.Modi; yamlToPdb() local