Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/MachO/
H A DSyntheticSections.h105 bool isNeeded() const override { return target->pageZeroSize != 0; } in isNeeded() function
119 bool isNeeded() const override { return !entries.empty(); } in isNeeded() function
160 bool isNeeded() const override { return !locations.empty(); } in isNeeded() function
189 bool isNeeded() const override { return !bindingsMap.empty(); } in isNeeded() function
217 bool isNeeded() const override { in isNeeded() function
283 bool isNeeded() const override { return !entries.empty(); } in isNeeded() function
329 bool isNeeded() const override { return !symbols.empty(); } in isNeeded() function
360 bool isNeeded() const override { return !entries.empty(); } in isNeeded() function
381 bool isNeeded() const override { return size; } in isNeeded() function
530 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.cpp776 bool StubHelperSection::isNeeded() const { return in.lazyBinding->isNeeded(); } in isNeeded() function in StubHelperSection
900 bool LazyPointerSection::isNeeded() const { in isNeeded() function in LazyPointerSection
1391 bool IndirectSymtabSection::isNeeded() const { in isNeeded() function in IndirectSymtabSection
2016 bool ChainedFixupsSection::isNeeded() const { in isNeeded() function in ChainedFixupsSection
H A DDriver.cpp411 static void addLibrary(StringRef name, bool isNeeded, bool isWeak, in addLibrary()
440 static void addFramework(StringRef name, bool isNeeded, bool isWeak, in addFramework()
/openbsd-src/gnu/llvm/lld/wasm/
H A DOutputSections.h38 virtual bool isNeeded() const { return true; } in isNeeded() function
69 bool isNeeded() const override { return functions.size() > 0; } in isNeeded() function
H A DSyntheticSections.cpp58 bool DylinkSection::isNeeded() const { in isNeeded() function in lld::wasm::DylinkSection
536 bool StartSection::isNeeded() const { in isNeeded() function in lld::wasm::StartSection
610 bool DataCountSection::isNeeded() const { in isNeeded() function in lld::wasm::DataCountSection
H A DSyntheticSections.h90 bool isNeeded() const override { return types.size() > 0; }; in isNeeded() function
H A DOutputSections.cpp206 bool DataSection::isNeeded() const { in isNeeded() function in lld::wasm::DataSection
/openbsd-src/gnu/llvm/lld/ELF/
H A DSyntheticSections.cpp676 bool GotSection::isNeeded() const { in isNeeded() function in GotSection
1047 bool MipsGotSection::isNeeded() const { in isNeeded() function in MipsGotSection
1160 bool GotPltSection::isNeeded() const { in isNeeded() function in GotPltSection
2289 bool SymtabShndxSection::isNeeded() const { in isNeeded() function in SymtabShndxSection
2536 bool PltSection::isNeeded() const { in isNeeded() function in PltSection
2671 bool IBTPltSection::isNeeded() const { return in.plt->getNumEntries() > 0; } in isNeeded() function in IBTPltSection
2977 bool GdbIndexSection::isNeeded() const { return !chunks.empty(); } in isNeeded() function in GdbIndexSection
3020 bool EhFrameHeader::isNeeded() const { in isNeeded() function in EhFrameHeader
3113 bool VersionTableSection::isNeeded() const { in isNeeded() function in VersionTableSection
3211 template <class ELFT> bool VersionNeedSection<ELFT>::isNeeded() const { in isNeeded() function in VersionNeedSection
[all …]
H A DSyntheticSections.h49 bool isNeeded() const override { return !sections.empty(); } in isNeeded() function
169 bool isNeeded() const override { return size != 0; } in isNeeded() function
379 bool isNeeded() const override { return !entries.empty(); } in isNeeded() function
532 bool isNeeded() const override { in isNeeded() function
602 bool isNeeded() const override { in isNeeded() function
755 bool isNeeded() const override { return !entries.empty(); } in isNeeded() function
H A DInputFiles.h357 bool isNeeded; variable
H A DInputSection.h418 virtual bool isNeeded() const { return true; } in isNeeded() function