Home
last modified time | relevance | path

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

/external/llvm-project/lld/COFF/
DPDB.cpp615 if (auto *secChunk = dyn_cast_or_null<SectionChunk>(c)) { in createSectionContrib() local
616 sc.Characteristics = secChunk->header->Characteristics; in createSectionContrib()
617 sc.Imod = secChunk->file->moduleDBI->getModuleIndex(); in createSectionContrib()
618 ArrayRef<uint8_t> contents = secChunk->getContents(); in createSectionContrib()
888 auto *secChunk = dyn_cast<SectionChunk>(c); in createModuleDBI() local
889 if (!secChunk || !secChunk->live) in createModuleDBI()
891 pdb::SectionContrib sc = createSectionContrib(secChunk, modi); in createModuleDBI()