Searched refs:getModuleStreamIndex (Results 1 – 16 of 16) sorted by relevance
132 uint16_t SN = ModI.Info.getModuleStreamIndex(); in dumpStreamSummary()464 P.printNumber("Debug Stream Index", Modi.Info.getModuleStreamIndex()); in dumpDbiStream()483 (Modi.Info.getModuleStreamIndex() < File.getNumStreams()); in dumpDbiStream()488 Modi.Info.getModuleStreamIndex(), File); in dumpDbiStream()
36 uint16_t getModuleStreamIndex() const;
35 uint16_t getModuleStreamIndex() const;
48 uint16_t DbiModuleDescriptor::getModuleStreamIndex() const { in getModuleStreamIndex() function in DbiModuleDescriptor
40 if (Mod.getModuleStreamIndex() != llvm::pdb::kInvalidStreamIndex) { in reload()
53 uint16_t ModiStream = Modi.getModuleStreamIndex(); in getModuleDebugStream()77 uint16_t ModiStream = Modi.getModuleStreamIndex(); in getModuleDebugStream()
41 if (Mod.getModuleStreamIndex() != llvm::pdb::kInvalidStreamIndex) { in reload()
459 uint16_t ModiStream = Modi.getModuleStreamIndex(); in getModuleDebugStream()
87 Modi.Info.getModuleStreamIndex(), *File); in LLVMFuzzerTestOneInput()
97 uint16_t ModInfo::getModuleStreamIndex() const { return Layout->ModDiStream; } in getModuleStreamIndex() function in ModInfo