Searched refs:createSectionContrib (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DPDB.cpp993 static pdb::SectionContrib createSectionContrib(const Chunk *c, uint32_t modi) { function in namespace:lld::coff
1289 pdb::SectionContrib sc = createSectionContrib(secChunk, modi);
1628 createSectionContrib(nullptr, llvm::pdb::kInvalidStreamIndex);
1678 createSectionContrib(thunk->getChunk(), mod->getModuleIndex());
1753 createSectionContrib(c, linkerModule.getModuleIndex());
1762 createSectionContrib(nullptr, llvm::pdb::kInvalidStreamIndex);

Completed in 102 milliseconds