Searched defs:isNeeded (Results 1 – 10 of 10) sorted by relevance
106 bool isNeeded() const override { return target->pageZeroSize != 0; } in isNeeded() function120 bool isNeeded() const override { return !entries.empty(); } in isNeeded() function161 bool isNeeded() const override { return !locations.empty(); } in isNeeded() function190 bool isNeeded() const override { return !bindingsMap.empty(); } in isNeeded() function218 bool isNeeded() const override { in isNeeded() function284 bool isNeeded() const override { return !entries.empty(); } in isNeeded() function343 bool isNeeded() const override { return !symbols.empty(); } in isNeeded() function375 bool isNeeded() const override { return !entries.empty(); } in isNeeded() function396 bool isNeeded() const override { return size; } in isNeeded() function547 bool isNeeded() const override { return true; } in isNeeded() function[all …]
22 bool isNeeded() const override { return !allEntriesAreOmitted; } in isNeeded() function
59 virtual bool isNeeded() const { return true; } in isNeeded() function
34 bool isNeeded() const override { return !inputs.empty(); } in isNeeded() function
779 bool StubHelperSection::isNeeded() const { return in.lazyBinding->isNeeded(); } in isNeeded() function in StubHelperSection970 bool LazyPointerSection::isNeeded() const { in isNeeded() function in LazyPointerSection1489 bool IndirectSymtabSection::isNeeded() const { in isNeeded() function in IndirectSymtabSection2305 bool ChainedFixupsSection::isNeeded() const { in isNeeded() function in ChainedFixupsSection
445 static void addLibrary(StringRef name, bool isNeeded, bool isWeak, in addLibrary()472 static void addFramework(StringRef name, bool isNeeded, bool isWeak, in addFramework()
56 bool isNeeded() const override { return !sections.empty(); } in isNeeded() function184 bool isNeeded() const override { return size != 0; } in isNeeded() function396 bool isNeeded() const override { return !entries.empty(); } in isNeeded() function550 bool isNeeded() const override { in isNeeded() function619 bool isNeeded() const override { in isNeeded() function772 bool isNeeded() const override { return !entries.empty(); } in isNeeded() function887 bool isNeeded() const override { return numChunks > 0; } in isNeeded() function1340 bool isNeeded() const override { return !entries.empty(); } in isNeeded() function1450 bool isNeeded() const override { return !symbols.empty(); } in isNeeded() function
743 bool GotSection::isNeeded() const { in isNeeded() function in GotSection1131 bool MipsGotSection::isNeeded() const { in isNeeded() function in MipsGotSection1245 bool GotPltSection::isNeeded() const { in isNeeded() function in GotPltSection2400 bool SymtabShndxSection::isNeeded() const { in isNeeded() function in SymtabShndxSection2650 bool PltSection::isNeeded() const { in isNeeded() function in PltSection2792 bool IBTPltSection::isNeeded() const { return ctx.in.plt->getNumEntries() > 0; } in isNeeded() function in IBTPltSection3708 bool GdbIndexSection::isNeeded() const { return !chunks.empty(); } in isNeeded() function in GdbIndexSection3751 bool EhFrameHeader::isNeeded() const { in isNeeded() function in EhFrameHeader3843 bool VersionTableSection::isNeeded() const { in isNeeded() function in VersionTableSection3939 template <class ELFT> bool VersionNeedSection<ELFT>::isNeeded() const { in isNeeded() function in VersionNeedSection[all …]
357 bool isNeeded; variable
508 virtual bool isNeeded() const { return true; } in isNeeded() function