Home
last modified time | relevance | path

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

/external/llvm-project/lld/wasm/
DSyntheticSections.h78 bool isNeeded() const override { return config->isPic; } in isNeeded() function
89 bool isNeeded() const override { return types.size() > 0; }; in isNeeded() function
102 bool isNeeded() const override { return getNumImports() > 0; } in isNeeded() function
135 bool isNeeded() const override { return inputFunctions.size() > 0; }; in isNeeded() function
148 bool isNeeded() const override { in isNeeded() function
167 bool isNeeded() const override { return !config->importMemory; } in isNeeded() function
188 bool isNeeded() const override { return inputEvents.size() > 0; } in isNeeded() function
202 bool isNeeded() const override { return numGlobals() > 0; } in isNeeded() function
233 bool isNeeded() const override { return exports.size() > 0; } in isNeeded() function
256 bool isNeeded() const override { return indirectFunctions.size() > 0; }; in isNeeded() function
[all …]
DOutputSections.h41 virtual bool isNeeded() const { return true; } in isNeeded() function
72 bool isNeeded() const override { return functions.size() > 0; } in isNeeded() function
DOutputSections.cpp228 bool DataSection::isNeeded() const { in isNeeded() function in lld::wasm::DataSection
DSyntheticSections.cpp374 bool StartSection::isNeeded() const { in isNeeded() function in lld::wasm::StartSection
427 bool DataCountSection::isNeeded() const { in isNeeded() function in lld::wasm::DataCountSection
/external/llvm-project/lld/MachO/
DSyntheticSections.h130 bool isNeeded() const override { return !entries.empty(); } in isNeeded() function
179 bool isNeeded() const override { return !locations.empty(); } in isNeeded() function
206 bool isNeeded() const override { return !bindings.empty(); } in isNeeded() function
242 bool isNeeded() const override { in isNeeded() function
309 bool isNeeded() const override { return !entries.empty(); } in isNeeded() function
357 bool isNeeded() const override { return !entries.empty(); } in isNeeded() function
DOutputSection.h48 virtual bool isNeeded() const { return true; } in isNeeded() function
DUnwindInfoSection.cpp75 bool UnwindInfoSection::isNeeded() const { in isNeeded() function in UnwindInfoSection
DSyntheticSections.cpp421 bool StubHelperSection::isNeeded() const { return in.lazyBinding->isNeeded(); } in isNeeded() function in StubHelperSection
464 bool LazyPointerSection::isNeeded() const { in isNeeded() function in LazyPointerSection
770 bool IndirectSymtabSection::isNeeded() const { in isNeeded() function in IndirectSymtabSection
/external/llvm-project/lld/ELF/
DSyntheticSections.h55 virtual bool isNeeded() const { return true; } in isNeeded() function
73 bool isNeeded() const override { return !sections.empty(); } in isNeeded() function
193 bool isNeeded() const override { return size != 0; } in isNeeded() function
403 bool isNeeded() const override { return !entries.empty(); } in isNeeded() function
504 bool isNeeded() const override { return !relocs.empty(); } in isNeeded() function
556 bool isNeeded() const override { return !relocs.empty(); } in isNeeded() function
708 bool isNeeded() const override { return !entries.empty(); } in isNeeded() function
DSyntheticSections.cpp692 bool GotSection::isNeeded() const { in isNeeded() function in GotSection
1045 bool MipsGotSection::isNeeded() const { in isNeeded() function in MipsGotSection
1156 bool GotPltSection::isNeeded() const { in isNeeded() function in GotPltSection
2265 bool SymtabShndxSection::isNeeded() const { in isNeeded() function in SymtabShndxSection
2536 bool PltSection::isNeeded() const { in isNeeded() function in PltSection
2966 bool GdbIndexSection::isNeeded() const { return !chunks.empty(); } in isNeeded() function in GdbIndexSection
3010 bool EhFrameHeader::isNeeded() const { in isNeeded() function in EhFrameHeader
3100 bool VersionTableSection::isNeeded() const { in isNeeded() function in VersionTableSection
3189 template <class ELFT> bool VersionNeedSection<ELFT>::isNeeded() const { in isNeeded() function in VersionNeedSection
3521 bool ARMExidxSyntheticSection::isNeeded() const { in isNeeded() function in ARMExidxSyntheticSection
[all …]
DInputFiles.h389 bool isNeeded; variable
/external/angle/src/compiler/translator/
DCompiler.cpp1267 bool *isNeeded, in emulatePrecisionIfNeeded()