Searched defs:isNeeded (Results 1 – 12 of 12) sorted by relevance
78 bool isNeeded() const override { return config->isPic; } in isNeeded() function89 bool isNeeded() const override { return types.size() > 0; }; in isNeeded() function102 bool isNeeded() const override { return getNumImports() > 0; } in isNeeded() function135 bool isNeeded() const override { return inputFunctions.size() > 0; }; in isNeeded() function148 bool isNeeded() const override { in isNeeded() function167 bool isNeeded() const override { return !config->importMemory; } in isNeeded() function188 bool isNeeded() const override { return inputEvents.size() > 0; } in isNeeded() function202 bool isNeeded() const override { return numGlobals() > 0; } in isNeeded() function233 bool isNeeded() const override { return exports.size() > 0; } in isNeeded() function256 bool isNeeded() const override { return indirectFunctions.size() > 0; }; in isNeeded() function[all …]
41 virtual bool isNeeded() const { return true; } in isNeeded() function72 bool isNeeded() const override { return functions.size() > 0; } in isNeeded() function
228 bool DataSection::isNeeded() const { in isNeeded() function in lld::wasm::DataSection
374 bool StartSection::isNeeded() const { in isNeeded() function in lld::wasm::StartSection427 bool DataCountSection::isNeeded() const { in isNeeded() function in lld::wasm::DataCountSection
130 bool isNeeded() const override { return !entries.empty(); } in isNeeded() function179 bool isNeeded() const override { return !locations.empty(); } in isNeeded() function206 bool isNeeded() const override { return !bindings.empty(); } in isNeeded() function242 bool isNeeded() const override { in isNeeded() function309 bool isNeeded() const override { return !entries.empty(); } in isNeeded() function357 bool isNeeded() const override { return !entries.empty(); } in isNeeded() function
48 virtual bool isNeeded() const { return true; } in isNeeded() function
75 bool UnwindInfoSection::isNeeded() const { in isNeeded() function in UnwindInfoSection
421 bool StubHelperSection::isNeeded() const { return in.lazyBinding->isNeeded(); } in isNeeded() function in StubHelperSection464 bool LazyPointerSection::isNeeded() const { in isNeeded() function in LazyPointerSection770 bool IndirectSymtabSection::isNeeded() const { in isNeeded() function in IndirectSymtabSection
55 virtual bool isNeeded() const { return true; } in isNeeded() function73 bool isNeeded() const override { return !sections.empty(); } in isNeeded() function193 bool isNeeded() const override { return size != 0; } in isNeeded() function403 bool isNeeded() const override { return !entries.empty(); } in isNeeded() function504 bool isNeeded() const override { return !relocs.empty(); } in isNeeded() function556 bool isNeeded() const override { return !relocs.empty(); } in isNeeded() function708 bool isNeeded() const override { return !entries.empty(); } in isNeeded() function
692 bool GotSection::isNeeded() const { in isNeeded() function in GotSection1045 bool MipsGotSection::isNeeded() const { in isNeeded() function in MipsGotSection1156 bool GotPltSection::isNeeded() const { in isNeeded() function in GotPltSection2265 bool SymtabShndxSection::isNeeded() const { in isNeeded() function in SymtabShndxSection2536 bool PltSection::isNeeded() const { in isNeeded() function in PltSection2966 bool GdbIndexSection::isNeeded() const { return !chunks.empty(); } in isNeeded() function in GdbIndexSection3010 bool EhFrameHeader::isNeeded() const { in isNeeded() function in EhFrameHeader3100 bool VersionTableSection::isNeeded() const { in isNeeded() function in VersionTableSection3189 template <class ELFT> bool VersionNeedSection<ELFT>::isNeeded() const { in isNeeded() function in VersionNeedSection3521 bool ARMExidxSyntheticSection::isNeeded() const { in isNeeded() function in ARMExidxSyntheticSection[all …]
389 bool isNeeded; variable
1267 bool *isNeeded, in emulatePrecisionIfNeeded()