Searched refs:sectionTable (Results 1 – 3 of 3) sorted by relevance
32 llvm::ArrayRef<uint8_t> sectionTable,
148 ArrayRef<uint8_t> sectionTable);1575 ArrayRef<uint8_t> sectionTable, in createPDB() argument1583 pdb.addSections(outputSections, sectionTable); in createPDB()1629 ArrayRef<uint8_t> sectionTable) { in addSections() argument1658 (const object::coff_section *)sectionTable.data(), in addSections()1659 sectionTable.size() / sizeof(object::coff_section)}; in addSections()1664 dbiBuilder.addDbgStream(pdb::DbgHeaderType::SectionHdr, sectionTable)); in addSections()
276 ArrayRef<uint8_t> sectionTable; member in __anone9849d490111::Writer648 createPDB(symtab, outputSections, sectionTable, buildId->buildId); in run()1509 sectionTable = ArrayRef<uint8_t>( in writeHeader()