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

/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DPDB.cpp630 if (auto *secChunk = dyn_cast_or_null<SectionChunk>(c)) {
631 sc.Characteristics = secChunk->header->Characteristics;
632 sc.Imod = secChunk->file->moduleDBI->getModuleIndex();
633 ArrayRef<uint8_t> contents = secChunk->getContents();
918 auto *secChunk = dyn_cast<SectionChunk>(c); local
919 if (!secChunk || !secChunk->live)
921 pdb::SectionContrib sc = createSectionContrib(secChunk, modi);

Completed in 112 milliseconds