Searched refs:cgs (Results 1 – 8 of 8) sorted by relevance
1474 CoffGroupSym cgs(SymbolRecordKind::CoffGroupSym); in addLinkerModuleCoffGroup() local1475 cgs.Name = sec->name; in addLinkerModuleCoffGroup()1476 cgs.Segment = os.sectionIndex; in addLinkerModuleCoffGroup()1477 cgs.Offset = firstChunk->getRVA() - os.getRVA(); in addLinkerModuleCoffGroup()1478 cgs.Size = lastChunk->getRVA() + lastChunk->getSize() - firstChunk->getRVA(); in addLinkerModuleCoffGroup()1479 cgs.Characteristics = sec->characteristics; in addLinkerModuleCoffGroup()1484 if (cgs.Name.starts_with(".idata")) in addLinkerModuleCoffGroup()1485 cgs.Characteristics |= llvm::COFF::IMAGE_SCN_MEM_WRITE; in addLinkerModuleCoffGroup()1488 cgs, bAlloc(), CodeViewContainer::Pdb)); in addLinkerModuleCoffGroup()
214 uint8_t cgs; member
770 sc->attr.num.cgs); in dpaa2_ni_setup()
1202 attr->num.cgs = resp->num_cgs; in dpaa2_rc_ni_get_attributes()
544 u8 cgs;535 u8 cgs; global() member
2485 u8 cgs[0x1]; member
372 # New "safe" cursor movement (11/87) from cgs@umd5. Prevents freakout with
17758 # New "safe" cursor movement (11/87) from <cgs@umd5.umd.edu>. Prevents