Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DPDB.cpp1144 if (auto *SecChunk = dyn_cast<SectionChunk>(C)) { in createSectionContrib() local
1145 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() local
1293 if (!SecChunk || !SecChunk->Live) in addObjFile()
1295 pdb::SectionContrib SC = createSectionContrib(SecChunk, Modi); in addObjFile()