Home
last modified time | relevance | path

Searched defs:isNeeded (Results 1 – 10 of 10) sorted by relevance

/freebsd-src/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.h105 bool isNeeded() const override { return target->pageZeroSize != 0; } isNeeded() function
119 bool isNeeded() const override { return !entries.empty(); } isNeeded() function
160 bool isNeeded() const override { return !locations.empty(); } isNeeded() function
189 bool isNeeded() const override { return !bindingsMap.empty(); } isNeeded() function
217 bool isNeeded() const override { isNeeded() function
283 bool isNeeded() const override { return !entries.empty(); } isNeeded() function
329 bool isNeeded() const override { return !symbols.empty(); } isNeeded() function
360 bool isNeeded() const override { return !entries.empty(); } isNeeded() function
381 bool isNeeded() const override { return size; } isNeeded() function
530 bool isNeeded() const override { return true; } isNeeded() function
542 bool isNeeded() const override { return !inputs.empty(); } isNeeded() function
593 bool isNeeded() const override { isNeeded() function
629 bool isNeeded() const override { return !files.empty(); } isNeeded() function
661 bool isNeeded() const override { return !sections.empty(); } isNeeded() function
[all...]
H A DUnwindInfoSection.h22 bool isNeeded() const override { return !allEntriesAreOmitted; } in isNeeded() function
H A DOutputSection.h58 virtual bool isNeeded() const { return true; } in isNeeded() function
H A DConcatOutputSection.h33 bool isNeeded() const override { return !inputs.empty(); } in isNeeded() function
H A DSyntheticSections.cpp769 bool StubHelperSection::isNeeded() const { return in.lazyBinding->isNeeded(); } isNeeded() function in StubHelperSection
913 bool LazyPointerSection::isNeeded() const { isNeeded() function in LazyPointerSection
1404 bool IndirectSymtabSection::isNeeded() const { isNeeded() function in IndirectSymtabSection
1981 bool ChainedFixupsSection::isNeeded() const { isNeeded() function in ChainedFixupsSection
H A DDriver.cpp416 addLibrary(StringRef name,bool isNeeded,bool isWeak,bool isReexport,bool isHidden,bool isExplicit,LoadType loadType) addLibrary() argument
443 addFramework(StringRef name,bool isNeeded,bool isWeak,bool isReexport,bool isExplicit,LoadType loadType) addFramework() argument
/freebsd-src/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h51 bool isNeeded() const override { return !sections.empty(); } isNeeded() function
171 bool isNeeded() const override { return size != 0; } isNeeded() function
381 bool isNeeded() const override { return !entries.empty(); } isNeeded() function
534 bool isNeeded() const override { isNeeded() function
604 bool isNeeded() const override { isNeeded() function
757 bool isNeeded() const override { return !entries.empty(); } isNeeded() function
1168 bool isNeeded() const override { return !entries.empty(); } isNeeded() function
1278 bool isNeeded() const override { isNeeded() function
[all...]
H A DSyntheticSections.cpp684 bool GotSection::isNeeded() const { isNeeded() function in GotSection
1055 bool MipsGotSection::isNeeded() const { isNeeded() function in MipsGotSection
1168 bool GotPltSection::isNeeded() const { isNeeded() function in GotPltSection
2316 bool SymtabShndxSection::isNeeded() const { isNeeded() function in SymtabShndxSection
2559 bool PltSection::isNeeded() const { isNeeded() function in PltSection
2694 bool IBTPltSection::isNeeded() const { return in.plt->getNumEntries() > 0; } isNeeded() function in IBTPltSection
3004 bool GdbIndexSection::isNeeded() const { return !chunks.empty(); } isNeeded() function in GdbIndexSection
3047 bool EhFrameHeader::isNeeded() const { isNeeded() function in EhFrameHeader
3140 bool VersionTableSection::isNeeded() const { isNeeded() function in VersionTableSection
3236 template <class ELFT> bool VersionNeedSection<ELFT>::isNeeded() const { isNeeded() function in VersionNeedSection
3588 bool ARMExidxSyntheticSection::isNeeded() const { isNeeded() function in ARMExidxSyntheticSection
3640 bool PPC32Got2Section::isNeeded() const { isNeeded() function in PPC32Got2Section
3713 bool PPC64LongBranchTargetSection::isNeeded() const { isNeeded() function in PPC64LongBranchTargetSection
[all...]
H A DInputFiles.h364 bool isNeeded; global() variable
H A DInputSection.h441 virtual bool isNeeded() const { return true; } isNeeded() function