Home
last modified time | relevance | path

Searched refs:sectionTable (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lld/COFF/
H A DPDB.h29 void createPDB(COFFLinkerContext &ctx, llvm::ArrayRef<uint8_t> sectionTable,
H A DPDB.cpp139 void addSections(ArrayRef<uint8_t> sectionTable);
1576 ArrayRef<uint8_t> sectionTable, in createPDB() argument
1584 pdb.addSections(sectionTable); in createPDB()
1629 void PDBLinker::addSections(ArrayRef<uint8_t> sectionTable) { in addSections() argument
1658 (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()
H A DWriter.cpp270 ArrayRef<uint8_t> sectionTable; member in __anon30533fc50111::Writer
641 createPDB(ctx, sectionTable, buildId->buildId); in run()
1512 sectionTable = ArrayRef<uint8_t>( in writeHeader()