Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDInputFile.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()
HDNativeSession.cpp460 uint16_t ModiStream = Modi.getModuleStreamIndex(); in getModuleDebugStream() local
461 if (ModiStream == kInvalidStreamIndex) in getModuleDebugStream()
465 Pdb->createIndexedStream(ModiStream); in getModuleDebugStream()
/freebsd-head/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDBytesOutputStyle.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()
HDYAMLOutputStyle.cpp230 uint16_t ModiStream = MI.getModuleStreamIndex(); in dumpDbiStream() local
231 if (ModiStream == kInvalidStreamIndex) in dumpDbiStream()
234 auto ModStreamData = File.createIndexedStream(ModiStream); in dumpDbiStream()
HDllvm-pdbutil.cpp842 const auto &ModiStream = *MI.Modi; in yamlToPdb() local
843 for (const auto &Symbol : ModiStream.Symbols) { in yamlToPdb()