Home | History | Annotate | Download | only in Reader

Lines Matching full:moduleid

5603       uint64_t ModuleId = Record[0];
5607 FS->setModulePath(ModuleIdMap[ModuleId]);
5646 uint64_t ModuleId = Record[0];
5647 StringRef ModulePathInMap = TheIndex->addModulePath(ModulePath, ModuleId);
5648 ModuleIdMap[ModuleId] = ModulePathInMap;