Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.h106 bool isNeeded() const override { return target->pageZeroSize != 0; } in isNeeded() function
120 bool isNeeded() const override { return !entries.empty(); } in isNeeded() function
161 bool isNeeded() const override { return !locations.empty(); } in isNeeded() function
190 bool isNeeded() const override { return !bindingsMap.empty(); } in isNeeded() function
218 bool isNeeded() const override { in isNeeded() function
284 bool isNeeded() const override { return !entries.empty(); } in isNeeded() function
343 bool isNeeded() const override { return !symbols.empty(); } in isNeeded() function
375 bool isNeeded() const override { return !entries.empty(); } in isNeeded() function
396 bool isNeeded() const override { return size; } in isNeeded() function
545 bool isNeeded() const override { return true; } in 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.cpp780 bool StubHelperSection::isNeeded() const { return in.lazyBinding->isNeeded(); } in isNeeded() function in StubHelperSection
973 bool LazyPointerSection::isNeeded() const { in isNeeded() function in LazyPointerSection
1472 bool IndirectSymtabSection::isNeeded() const { in isNeeded() function in IndirectSymtabSection
2281 bool ChainedFixupsSection::isNeeded() const { in isNeeded() function in ChainedFixupsSection
H A DDriver.cpp449 static void addLibrary(StringRef name, bool isNeeded, bool isWeak, in addLibrary()
476 static void addFramework(StringRef name, bool isNeeded, bool isWeak, in addFramework()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h56 bool isNeeded() const override { return !sections.empty(); } in isNeeded() function
176 bool isNeeded() const override { return size != 0; } in isNeeded() function
386 bool isNeeded() const override { return !entries.empty(); } in isNeeded() function
539 bool isNeeded() const override { in isNeeded() function
613 bool isNeeded() const override { in isNeeded() function
766 bool isNeeded() const override { return !entries.empty(); } in isNeeded() function
872 bool isNeeded() const override { return numChunks > 0; } in isNeeded() function
1310 bool isNeeded() const override { return !entries.empty(); } in isNeeded() function
1420 bool isNeeded() const override { in isNeeded() function
H A DSyntheticSections.cpp711 bool GotSection::isNeeded() const { in isNeeded() function in GotSection
1082 bool MipsGotSection::isNeeded() const { in isNeeded() function in MipsGotSection
1195 bool GotPltSection::isNeeded() const { in isNeeded() function in GotPltSection
2337 bool SymtabShndxSection::isNeeded() const { in isNeeded() function in SymtabShndxSection
2580 bool PltSection::isNeeded() const { in isNeeded() function in PltSection
2715 bool IBTPltSection::isNeeded() const { return in.plt->getNumEntries() > 0; } in isNeeded() function in IBTPltSection
3616 bool GdbIndexSection::isNeeded() const { return !chunks.empty(); } in isNeeded() function in GdbIndexSection
3659 bool EhFrameHeader::isNeeded() const { in isNeeded() function in EhFrameHeader
3752 bool VersionTableSection::isNeeded() const { in isNeeded() function in VersionTableSection
3848 template <class ELFT> bool VersionNeedSection<ELFT>::isNeeded() const { in isNeeded() function in VersionNeedSection
[all …]
H A DInputFiles.h366 bool isNeeded; variable
H A DInputSection.h485 virtual bool isNeeded() const { return true; } in isNeeded() function