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() function545 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
780 bool StubHelperSection::isNeeded() const { return in.lazyBinding->isNeeded(); } in isNeeded() function in StubHelperSection973 bool LazyPointerSection::isNeeded() const { in isNeeded() function in LazyPointerSection1472 bool IndirectSymtabSection::isNeeded() const { in isNeeded() function in IndirectSymtabSection2281 bool ChainedFixupsSection::isNeeded() const { in isNeeded() function in ChainedFixupsSection
449 static void addLibrary(StringRef name, bool isNeeded, bool isWeak, in addLibrary()476 static void addFramework(StringRef name, bool isNeeded, bool isWeak, in addFramework()
56 bool isNeeded() const override { return !sections.empty(); } in isNeeded() function176 bool isNeeded() const override { return size != 0; } in isNeeded() function386 bool isNeeded() const override { return !entries.empty(); } in isNeeded() function539 bool isNeeded() const override { in isNeeded() function613 bool isNeeded() const override { in isNeeded() function766 bool isNeeded() const override { return !entries.empty(); } in isNeeded() function872 bool isNeeded() const override { return numChunks > 0; } in isNeeded() function1310 bool isNeeded() const override { return !entries.empty(); } in isNeeded() function1420 bool isNeeded() const override { in isNeeded() function
711 bool GotSection::isNeeded() const { in isNeeded() function in GotSection1082 bool MipsGotSection::isNeeded() const { in isNeeded() function in MipsGotSection1195 bool GotPltSection::isNeeded() const { in isNeeded() function in GotPltSection2337 bool SymtabShndxSection::isNeeded() const { in isNeeded() function in SymtabShndxSection2580 bool PltSection::isNeeded() const { in isNeeded() function in PltSection2715 bool IBTPltSection::isNeeded() const { return in.plt->getNumEntries() > 0; } in isNeeded() function in IBTPltSection3616 bool GdbIndexSection::isNeeded() const { return !chunks.empty(); } in isNeeded() function in GdbIndexSection3659 bool EhFrameHeader::isNeeded() const { in isNeeded() function in EhFrameHeader3752 bool VersionTableSection::isNeeded() const { in isNeeded() function in VersionTableSection3848 template <class ELFT> bool VersionNeedSection<ELFT>::isNeeded() const { in isNeeded() function in VersionNeedSection[all …]
366 bool isNeeded; variable
485 virtual bool isNeeded() const { return true; } in isNeeded() function