Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lld/MachO/
H A DRelocations.h71 InputSection *getReferentInputSection() const;
H A DObjC.cpp251 ->getReferentInputSection(); in parseMethods()
294 parseMethods(cast<ConcatInputSection>(r->getReferentInputSection()), in parseCategory()
299 parseMethods(cast<ConcatInputSection>(r->getReferentInputSection()), in parseCategory()
310 cast_or_null<ConcatInputSection>(r->getReferentInputSection())) { in parseClass()
314 r->getReferentInputSection())) in parseClass()
332 cast<ConcatInputSection>(r->getReferentInputSection()))) in parseClass()
343 auto *catIsec = cast<ConcatInputSection>(r.getReferentInputSection()); in checkCategories()
H A DRelocations.cpp24 InputSection *Reloc::getReferentInputSection() const { in getReferentInputSection() function in Reloc
H A DUnwindInfoSection.cpp395 cu.lsda = r.getReferentInputSection(); in relocateCompactUnwind()