Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DObjC.cpp228 ->getReferentInputSection(); in parseMethods()
260 parseMethods(cast<ConcatInputSection>(r->getReferentInputSection()), in parseCategory()
265 parseMethods(cast<ConcatInputSection>(r->getReferentInputSection()), in parseCategory()
276 cast_or_null<ConcatInputSection>(r->getReferentInputSection())) { in parseClass()
280 r->getReferentInputSection())) in parseClass()
298 cast<ConcatInputSection>(r->getReferentInputSection()))) in parseClass()
307 auto *catIsec = cast<ConcatInputSection>(r.getReferentInputSection()); in checkCategories()
H A DRelocations.h71 InputSection *getReferentInputSection() const;
H A DRelocations.cpp24 InputSection *Reloc::getReferentInputSection() const { in getReferentInputSection() function in Reloc
H A DUnwindInfoSection.cpp382 cu.lsda = r.getReferentInputSection(); in relocateCompactUnwind()