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

/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DPDB.cpp1000 if (auto *secChunk = dyn_cast_or_null<SectionChunk>(c)) {
1001 sc.Characteristics = secChunk->header->Characteristics;
1002 sc.Imod = secChunk->file->moduleDBI->getModuleIndex();
1003 ArrayRef<uint8_t> contents = secChunk->getContents();
1286 auto *secChunk = dyn_cast<SectionChunk>(c); local
1287 if (!secChunk || !secChunk->live)
1289 pdb::SectionContrib sc = createSectionContrib(secChunk, modi);

Completed in 45 milliseconds