Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DObjC.cpp228 ->getReferentInputSection(); in parseMethods()
271 parseMethods(cast<ConcatInputSection>(r->getReferentInputSection()), in parseCategory()
276 parseMethods(cast<ConcatInputSection>(r->getReferentInputSection()), in parseCategory()
287 cast_or_null<ConcatInputSection>(r->getReferentInputSection())) { in parseClass()
291 r->getReferentInputSection())) in parseClass()
309 cast<ConcatInputSection>(r->getReferentInputSection()))) in parseClass()
320 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 DBPSectionOrderer.cpp89 auto *isec = reloc.getReferentInputSection(); in getRelocHash()
H A DUnwindInfoSection.cpp395 cu.lsda = r.getReferentInputSection(); in relocateCompactUnwind()