Searched refs:ModuleDBI (Results 1 – 2 of 2) sorted by relevance
1054 unsigned CurSymOffset = File->ModuleDBI->getNextSymbolOffset(); in mergeSymbolRecords()1114 File->ModuleDBI->addSymbolsInBulk(BulkSymbols); in mergeSymbolRecords()1123 File->ModuleDBI->addSymbolsInBulk(BulkSymbols); in mergeSymbolRecords()1146 SC.Imod = SecChunk->File->ModuleDBI->getModuleIndex(); in createSectionContrib()1202 File.ModuleDBI->addDebugSubsection(SS); in handleDebugS()1267 *File.ModuleDBI, FileName)); in finish()1270 File.ModuleDBI->addDebugSubsection(std::move(NewChecksums)); in finish()1286 File->ModuleDBI = &ExitOnErr(DbiBuilder.addModuleInfo(Name)); in addObjFile()1287 File->ModuleDBI->setObjFileName(Path); in addObjFile()1290 uint32_t Modi = File->ModuleDBI->getModuleIndex(); in addObjFile()[all …]
130 bool wasProcessedForPDB() const { return !!ModuleDBI; } in wasProcessedForPDB()150 llvm::pdb::DbiModuleDescriptorBuilder *ModuleDBI = nullptr; variable