Searched defs:isNeeded (Results 1 – 14 of 14) sorted by relevance
105 bool isNeeded() const override { return target->pageZeroSize != 0; } in isNeeded() function119 bool isNeeded() const override { return !entries.empty(); } in isNeeded() function160 bool isNeeded() const override { return !locations.empty(); } in isNeeded() function189 bool isNeeded() const override { return !bindingsMap.empty(); } in isNeeded() function217 bool isNeeded() const override { in isNeeded() function283 bool isNeeded() const override { return !entries.empty(); } in isNeeded() function329 bool isNeeded() const override { return !symbols.empty(); } in isNeeded() function360 bool isNeeded() const override { return !entries.empty(); } in isNeeded() function381 bool isNeeded() const override { return size; } in isNeeded() function530 bool isNeeded() const override { return true; } in isNeeded() function[all …]
22 bool isNeeded() const override { return !allEntriesAreOmitted; } in isNeeded() function
58 virtual bool isNeeded() const { return true; } in isNeeded() function
33 bool isNeeded() const override { return !inputs.empty(); } in isNeeded() function
776 bool StubHelperSection::isNeeded() const { return in.lazyBinding->isNeeded(); } in isNeeded() function in StubHelperSection900 bool LazyPointerSection::isNeeded() const { in isNeeded() function in LazyPointerSection1391 bool IndirectSymtabSection::isNeeded() const { in isNeeded() function in IndirectSymtabSection2016 bool ChainedFixupsSection::isNeeded() const { in isNeeded() function in ChainedFixupsSection
411 static void addLibrary(StringRef name, bool isNeeded, bool isWeak, in addLibrary()440 static void addFramework(StringRef name, bool isNeeded, bool isWeak, in addFramework()
38 virtual bool isNeeded() const { return true; } in isNeeded() function69 bool isNeeded() const override { return functions.size() > 0; } in isNeeded() function
58 bool DylinkSection::isNeeded() const { in isNeeded() function in lld::wasm::DylinkSection536 bool StartSection::isNeeded() const { in isNeeded() function in lld::wasm::StartSection610 bool DataCountSection::isNeeded() const { in isNeeded() function in lld::wasm::DataCountSection
90 bool isNeeded() const override { return types.size() > 0; }; in isNeeded() function
206 bool DataSection::isNeeded() const { in isNeeded() function in lld::wasm::DataSection
676 bool GotSection::isNeeded() const { in isNeeded() function in GotSection1047 bool MipsGotSection::isNeeded() const { in isNeeded() function in MipsGotSection1160 bool GotPltSection::isNeeded() const { in isNeeded() function in GotPltSection2289 bool SymtabShndxSection::isNeeded() const { in isNeeded() function in SymtabShndxSection2536 bool PltSection::isNeeded() const { in isNeeded() function in PltSection2671 bool IBTPltSection::isNeeded() const { return in.plt->getNumEntries() > 0; } in isNeeded() function in IBTPltSection2977 bool GdbIndexSection::isNeeded() const { return !chunks.empty(); } in isNeeded() function in GdbIndexSection3020 bool EhFrameHeader::isNeeded() const { in isNeeded() function in EhFrameHeader3113 bool VersionTableSection::isNeeded() const { in isNeeded() function in VersionTableSection3211 template <class ELFT> bool VersionNeedSection<ELFT>::isNeeded() const { in isNeeded() function in VersionNeedSection[all …]
49 bool isNeeded() const override { return !sections.empty(); } in isNeeded() function169 bool isNeeded() const override { return size != 0; } in isNeeded() function379 bool isNeeded() const override { return !entries.empty(); } in isNeeded() function532 bool isNeeded() const override { in isNeeded() function602 bool isNeeded() const override { in isNeeded() function755 bool isNeeded() const override { return !entries.empty(); } in isNeeded() function
357 bool isNeeded; variable
418 virtual bool isNeeded() const { return true; } in isNeeded() function