Searched refs:secChunk (Results 1 – 1 of 1) sorted by relevance
725 if (auto *secChunk = dyn_cast_or_null<SectionChunk>(c)) { in createSectionContrib() local726 sc.Characteristics = secChunk->header->Characteristics; in createSectionContrib()727 sc.Imod = secChunk->file->moduleDBI->getModuleIndex(); in createSectionContrib()728 ArrayRef<uint8_t> contents = secChunk->getContents(); in createSectionContrib()1091 auto *secChunk = dyn_cast<SectionChunk>(c); in createModuleDBI() local1092 if (!secChunk || !secChunk->live) in createModuleDBI()1094 pdb::SectionContrib sc = createSectionContrib(ctx, secChunk, modi); in createModuleDBI()