Lines Matching defs:inSeg
1086 for (InputChunk *inSeg : s->inputSegments) {
1088 inSeg->alignment = std::max(inSeg->alignment, s->alignment);
1091 uint64_t oldVA = inSeg->getVA();
1093 combined->addInputSegment(inSeg);
1095 uint64_t newVA = inSeg->getVA();
1096 LLVM_DEBUG(dbgs() << "added input segment. name=" << inSeg->name
1464 for (const InputChunk *inSeg : seg->inputSegments)
1465 generated |= inSeg->generateRelocationCode(os);
1494 for (const InputChunk *inSeg : seg->inputSegments)
1495 inSeg->generateRelocationCode(os);