Lines Matching refs:ConcatInputSection
368 auto *isec = make<ConcatInputSection>( in parseSections()
413 auto *isec = make<ConcatInputSection>(section, data, align); in parseSections()
446 {frameOff, make<ConcatInputSection>(ehFrameSection, in splitEhFrames()
487 static Defined *findSymbolAtOffset(const ConcatInputSection *isec, in findSymbolAtOffset()
898 sym.n_desc & N_ALT_ENTRY || !isa<ConcatInputSection>(isec)) { in parseSymbols()
904 auto *concatIsec = cast<ConcatInputSection>(isec); in parseSymbols()
906 auto *nextIsec = make<ConcatInputSection>(*concatIsec); in parseSymbols()
948 ConcatInputSection *isec = make<ConcatInputSection>(section, data); in OpaqueFile()
1126 ConcatInputSection *isec = cast<ConcatInputSection>(subsection.isec); in registerCompactUnwind()
1156 ConcatInputSection *referentIsec; in registerCompactUnwind()
1173 referentIsec = cast<ConcatInputSection>(sym->isec()); in registerCompactUnwind()
1176 cast<ConcatInputSection>(r.referent.dyn_cast<InputSection *>()); in registerCompactUnwind()
1346 cast<ConcatInputSection>(minuend.referent.get<InputSection *>()); in targetSymFromCanonicalSubtractor()
1372 auto *isec = cast<ConcatInputSection>(findContainingSubsection(*sec, &addr)); in findSymbolAtAddress()
1393 auto *isec = cast<ConcatInputSection>(subsec.isec); in registerEhFrames()
1484 funcSym = findSymbolAtOffset(cast<ConcatInputSection>(funcSym->isec()), in registerEhFrames()
1506 cast<ConcatInputSection>(findContainingSubsection(*sec, &lsdaAddr)); in registerEhFrames()