Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lld/COFF/
HDPDB.h30 llvm::ArrayRef<uint8_t> sectionTable,
HDPDB.cpp158 ArrayRef<uint8_t> sectionTable);
1686 ArrayRef<uint8_t> sectionTable, in createPDB() argument
1694 pdb.addSections(outputSections, sectionTable); in createPDB()
1738 ArrayRef<uint8_t> sectionTable) { in addSections() argument
1767 (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()
HDWriter.cpp256 ArrayRef<uint8_t> sectionTable; member in lld::coff::__anon575850ac0111::Writer
621 createPDB(symtab, outputSections, sectionTable, buildId->buildId); in run()
1453 sectionTable = ArrayRef<uint8_t>( in writeHeader()