Searched refs:ModiStream (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DInputFile.cpp51 uint16_t ModiStream = Modi.getModuleStreamIndex(); local
52 if (ModiStream == kInvalidStreamIndex)
56 auto ModStreamData = File.createIndexedStream(ModiStream);
H A DYAMLOutputStyle.cpp230 uint16_t ModiStream = MI.getModuleStreamIndex();
231 if (ModiStream == kInvalidStreamIndex)
234 auto ModStreamData = File.createIndexedStream(ModiStream);
H A DBytesOutputStyle.cpp338 uint16_t ModiStream = Modi.getModuleStreamIndex(); local
340 if (ModiStream == kInvalidStreamIndex)
343 auto ModStreamData = File.createIndexedStream(ModiStream);
349 auto Layout = File.getStreamLayout(ModiStream);
H A DDumpOutputStyle.cpp420 uint16_t ModiStream = Modi.getModuleStreamIndex(); local
421 if (ModiStream == kInvalidStreamIndex)
425 auto ModStreamData = File.createIndexedStream(ModiStream);
H A Dllvm-pdbutil.cpp818 const auto &ModiStream = *MI.Modi; local
819 for (auto Symbol : ModiStream.Symbols) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp297 uint16_t ModiStream = Modi.getModuleStreamIndex(); local
298 if (ModiStream == kInvalidStreamIndex)
302 Session.getPDBFile().createIndexedStream(ModiStream);

Completed in 70 milliseconds