Home
last modified time | relevance | path

Searched defs:referentIsec (Results 1 – 6 of 6) sorted by relevance

/llvm-project/lld/MachO/
H A DMarkLive.cpp180 InputSection *referentIsec = nullptr; in markTransitively() local
186 auto *referentIsec = cast<InputSection *>(r.referent); in markTransitively() local
H A DInputSection.cpp234 auto *referentIsec = minuend.referent.get<InputSection *>(); writeTo() local
261 } else if (auto *referentIsec = r.referent.dyn_cast<InputSection *>()) { writeTo() local
H A DUnwindInfoSection.cpp242 if (auto *referentIsec = r.referent.dyn_cast<InputSection *>()) in prepareRelocations() local
297 if (auto *referentIsec = r.referent.dyn_cast<InputSection *>()) { in prepareRelocations() local
H A DICF.cpp293 if (auto *referentIsec = run() local
H A DWriter.cpp690 if (auto *referentIsec = r.referent.dyn_cast<InputSection *>()) scanRelocations() local
700 if (auto *referentIsec = it->referent.dyn_cast<InputSection *>()) scanRelocations() local
H A DInputFiles.cpp1156 ConcatInputSection *referentIsec; in registerCompactUnwind() local