Home
last modified time | relevance | path

Searched refs:ModuleDBI (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DPDB.cpp1054 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 …]
H A DInputFiles.h130 bool wasProcessedForPDB() const { return !!ModuleDBI; } in wasProcessedForPDB()
150 llvm::pdb::DbiModuleDescriptorBuilder *ModuleDBI = nullptr; variable