Searched refs:sectionTable (Results 1 – 3 of 3) sorted by relevance
30 llvm::ArrayRef<uint8_t> sectionTable,
158 ArrayRef<uint8_t> sectionTable);1686 ArrayRef<uint8_t> sectionTable, in createPDB() argument1694 pdb.addSections(outputSections, sectionTable); in createPDB()1738 ArrayRef<uint8_t> sectionTable) { in addSections() argument1767 (const object::coff_section *)sectionTable.data(), in addSections()1768 sectionTable.size() / sizeof(object::coff_section)}; in addSections()1774 dbiBuilder.addDbgStream(pdb::DbgHeaderType::SectionHdr, sectionTable)); in addSections()
256 ArrayRef<uint8_t> sectionTable; member in lld::coff::__anon575850ac0111::Writer621 createPDB(symtab, outputSections, sectionTable, buildId->buildId); in run()1453 sectionTable = ArrayRef<uint8_t>( in writeHeader()