Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lld/MachO/
H A DMarkLive.cpp63 const InputSection *getInputSection(const WorklistEntry *) const;
121 const InputSection *MarkLiveImpl<RecordWhyLive>::getInputSection( in getInputSection() function in lld::macho::MarkLiveImpl
155 auto *isec = cast<ConcatInputSection>(getInputSection(entry)); in markTransitively()
165 for (Defined *d : getInputSection(entry)->symbols) in markTransitively()