Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDInputFile.cpp59 auto ModStreamData = File.createIndexedStream(ModiStream); in getModuleDebugStream() local
61 ModuleDebugStreamRef ModS(Modi, std::move(ModStreamData)); in getModuleDebugStream()
83 auto ModStreamData = File.createIndexedStream(ModiStream); in getModuleDebugStream() local
85 ModuleDebugStreamRef ModS(Modi, std::move(ModStreamData)); in getModuleDebugStream()
HDNativeSession.cpp464 std::unique_ptr<msf::MappedBlockStream> ModStreamData = in getModuleDebugStream() local
467 ModuleDebugStreamRef ModS(Modi, std::move(ModStreamData)); in getModuleDebugStream()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDYAMLOutputStyle.cpp234 auto ModStreamData = File.createIndexedStream(ModiStream); in dumpDbiStream() local
235 pdb::ModuleDebugStreamRef ModS(MI, std::move(ModStreamData)); in dumpDbiStream()
HDBytesOutputStyle.cpp343 auto ModStreamData = File.createIndexedStream(ModiStream); in iterateOneModule() local
344 ModuleDebugStreamRef ModStream(Modi, std::move(ModStreamData)); in iterateOneModule()