Home
last modified time | relevance | path

Searched refs:ModStreamData (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DYAMLOutputStyle.cpp235 auto ModStreamData = msf::MappedBlockStream::createIndexedStream( in dumpDbiStream() local
239 pdb::ModuleDebugStreamRef ModS(MI, std::move(ModStreamData)); in dumpDbiStream()
H A DInputFile.cpp57 auto ModStreamData = File.createIndexedStream(ModiStream); in getModuleDebugStream() local
59 ModuleDebugStreamRef ModS(Modi, std::move(ModStreamData)); in getModuleDebugStream()
H A DBytesOutputStyle.cpp344 auto ModStreamData = MappedBlockStream::createIndexedStream( in iterateOneModule() local
347 ModuleDebugStreamRef ModStream(Modi, std::move(ModStreamData)); in iterateOneModule()
H A DDumpOutputStyle.cpp391 auto ModStreamData = File.createIndexedStream(ModiStream); in getModuleDebugStream() local
393 ModuleDebugStreamRef ModS(Modi, std::move(ModStreamData)); in getModuleDebugStream()