Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/COFF/
H A DPDB.cpp723 if (auto *secChunk = dyn_cast_or_null<SectionChunk>(c)) { in createSectionContrib() local
724 sc.Characteristics = secChunk->header->Characteristics; in createSectionContrib()
725 sc.Imod = secChunk->file->moduleDBI->getModuleIndex(); in createSectionContrib()
726 ArrayRef<uint8_t> contents = secChunk->getContents(); in createSectionContrib()
1080 auto *secChunk = dyn_cast<SectionChunk>(c); in createModuleDBI() local
1081 if (!secChunk || !secChunk->live) in createModuleDBI()
1083 pdb::SectionContrib sc = createSectionContrib(ctx, secChunk, modi); in createModuleDBI()