Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/COFF/
H A DPDB.h27 void createPDB(COFFLinkerContext &ctx, llvm::ArrayRef<uint8_t> sectionTable,
H A DPDB.cpp138 void addSections(ArrayRef<uint8_t> sectionTable);
1592 ArrayRef<uint8_t> sectionTable, in createPDB() argument
1600 pdb.addSections(sectionTable); in createPDB()
1646 void PDBLinker::addSections(ArrayRef<uint8_t> sectionTable) { in addSections() argument
1676 (const object::coff_section *)sectionTable.data(), in addSections()
1677 sectionTable.size() / sizeof(object::coff_section)}; in addSections()
1682 dbiBuilder.addDbgStream(pdb::DbgHeaderType::SectionHdr, sectionTable)); in addSections()
H A DWriter.cpp287 ArrayRef<uint8_t> sectionTable; member in __anonbc752aec0111::Writer
693 createPDB(ctx, sectionTable, buildId->buildId); in run()
1594 sectionTable = ArrayRef<uint8_t>( in writeHeader()