Searched refs:sectionTable (Results 1 – 3 of 3) sorted by relevance
27 void createPDB(COFFLinkerContext &ctx, llvm::ArrayRef<uint8_t> sectionTable,
140 void addSections(ArrayRef<uint8_t> sectionTable);1607 ArrayRef<uint8_t> sectionTable, in createPDB() argument1617 pdb.addSections(sectionTable); in createPDB()1673 void PDBLinker::addSections(ArrayRef<uint8_t> sectionTable) { in addSections() argument1704 (const object::coff_section *)sectionTable.data(), in addSections()1705 sectionTable.size() / sizeof(object::coff_section)}; in addSections()1710 dbiBuilder.addDbgStream(pdb::DbgHeaderType::SectionHdr, sectionTable)); in addSections()
299 ArrayRef<uint8_t> sectionTable; member in __anon87c184950111::Writer775 createPDB(ctx, sectionTable, buildId->buildId); in run()1760 sectionTable = ArrayRef<uint8_t>( in writeHeader()