Home
last modified time | relevance | path

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

/external/llvm-project/lld/COFF/
DPDB.cpp539 unsigned curSymOffset = file->moduleDBI->getNextSymbolOffset(); in mergeSymbolRecords()
583 file->moduleDBI->getModuleIndex(), curSymOffset, sym); in mergeSymbolRecords()
595 file->moduleDBI->addSymbolsInBulk(bulkSymbols); in mergeSymbolRecords()
605 file->moduleDBI->addSymbolsInBulk(bulkSymbols); in mergeSymbolRecords()
617 sc.Imod = secChunk->file->moduleDBI->getModuleIndex(); in createSectionContrib()
674 file.moduleDBI->addDebugSubsection(ss); in handleDebugS()
751 file.moduleDBI->addDebugSubsection(inlineeSubsection); in mergeInlineeLines()
797 exitOnErr(dbiBuilder.addModuleSourceFile(*file.moduleDBI, filename)); in finish()
804 file.moduleDBI->addDebugSubsection(std::move(newChecksums)); in finish()
881 file->moduleDBI = &exitOnErr(dbiBuilder.addModuleInfo(modName)); in createModuleDBI()
[all …]
DInputFiles.h193 llvm::pdb::DbiModuleDescriptorBuilder *moduleDBI = nullptr; variable