Searched refs:SecChunk (Results 1 – 1 of 1) sorted by relevance
1144 if (auto *SecChunk = dyn_cast<SectionChunk>(C)) { in createSectionContrib() local1145 SC.Characteristics = SecChunk->Header->Characteristics; in createSectionContrib()1146 SC.Imod = SecChunk->File->ModuleDBI->getModuleIndex(); in createSectionContrib()1147 ArrayRef<uint8_t> Contents = SecChunk->getContents(); in createSectionContrib()1292 auto *SecChunk = dyn_cast<SectionChunk>(C); in addObjFile() local1293 if (!SecChunk || !SecChunk->Live) in addObjFile()1295 pdb::SectionContrib SC = createSectionContrib(SecChunk, Modi); in addObjFile()