reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1466 cgs.Name = sec->name; 1467 cgs.Segment = os.sectionIndex; 1468 cgs.Offset = firstChunk->getRVA() - os.getRVA(); 1469 cgs.Size = lastChunk->getRVA() + lastChunk->getSize() - firstChunk->getRVA(); 1470 cgs.Characteristics = sec->characteristics; 1475 if (cgs.Name.startswith(".idata")) 1476 cgs.Characteristics |= llvm::COFF::IMAGE_SCN_MEM_WRITE; 1479 cgs, allocator, CodeViewContainer::Pdb));