Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
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()
DYAMLOutputStyle.cpp222 uint16_t ModiStream = MI.getModuleStreamIndex(); in dumpDbiStream() local
223 if (ModiStream == kInvalidStreamIndex) in dumpDbiStream()
227 File.getMsfLayout(), File.getMsfBuffer(), ModiStream, in dumpDbiStream()
DInputFile.cpp48 uint16_t ModiStream = Modi.getModuleStreamIndex(); in getModuleDebugStream() local
49 if (ModiStream == kInvalidStreamIndex) in getModuleDebugStream()
53 auto ModStreamData = File.createIndexedStream(ModiStream); in getModuleDebugStream()
DDumpOutputStyle.cpp369 uint16_t ModiStream = Modi.getModuleStreamIndex(); in getModuleDebugStream() local
370 if (ModiStream == kInvalidStreamIndex) in getModuleDebugStream()
374 auto ModStreamData = File.createIndexedStream(ModiStream); in getModuleDebugStream()
Dllvm-pdbutil.cpp747 const auto &ModiStream = *MI.Modi; in yamlToPdb() local
748 for (auto Symbol : ModiStream.Symbols) { in yamlToPdb()
/external/swiftshader/third_party/llvm-7.0/llvm/docs/PDB/
Dindex.rst52 ModiStream
146 :doc:`ModiStream`
DModiStream.rst32 struct ModiStream {