Searched defs:isNeeded (Results 1 – 14 of 14) sorted by relevance
/llvm-project/lld/MachO/ |
H A D | SyntheticSections.h | 106 bool isNeeded() const override { return target->pageZeroSize != 0; } in isNeeded() function 120 bool isNeeded() const override { return !entries.empty(); } in isNeeded() function 161 bool isNeeded() const override { return !locations.empty(); } in isNeeded() function 190 bool isNeeded() const override { return !bindingsMap.empty(); } in isNeeded() function 218 bool isNeeded() const override { in isNeeded() function 284 bool isNeeded() const override { return !entries.empty(); } in isNeeded() function 343 bool isNeeded() const override { return !symbols.empty(); } in isNeeded() function 375 bool isNeeded() cons in getRawSize() function 396 bool isNeeded() const override { return size; } isNeeded() function 545 bool isNeeded() const override { return true; } isNeeded() function 557 bool isNeeded() const override { return !inputs.empty(); } isNeeded() function 608 bool isNeeded() const override { isNeeded() function 644 bool isNeeded() const override { return !files.empty(); } isNeeded() function 676 bool isNeeded() const override { return !sections.empty(); } isNeeded() function 700 bool isNeeded() const override { return !inputs.empty(); } isNeeded() function [all...] |
H A D | UnwindInfoSection.h | 22 bool isNeeded() const override { return !allEntriesAreOmitted; } in isNeeded() function
|
H A D | OutputSection.h | 58 virtual bool isNeeded() const { return true; } isNeeded() function
|
H A D | ConcatOutputSection.h | 33 bool isNeeded() const override { return !inputs.empty(); } isNeeded() function
|
H A D | SyntheticSections.cpp | 770 bool StubHelperSection::isNeeded() const { return in.lazyBinding->isNeeded(); } isNeeded() function in StubHelperSection 963 bool LazyPointerSection::isNeeded() const { isNeeded() function in LazyPointerSection 1462 bool IndirectSymtabSection::isNeeded() const { isNeeded() function in IndirectSymtabSection 2271 bool ChainedFixupsSection::isNeeded() const { isNeeded() function in ChainedFixupsSection
|
H A D | Driver.cpp | 416 addLibrary(StringRef name,bool isNeeded,bool isWeak,bool isReexport,bool isHidden,bool isExplicit,LoadType loadType) addLibrary() argument 443 addFramework(StringRef name,bool isNeeded,bool isWeak,bool isReexport,bool isExplicit,LoadType loadType) addFramework() argument
|
/llvm-project/lld/wasm/ |
H A D | OutputSections.h | 38 virtual bool isNeeded() const { return true; } in isNeeded() function 69 bool isNeeded() const override { return functions.size() > 0; } in isNeeded() function
|
H A D | SyntheticSections.h | 89 bool isNeeded() const override { return types.size() > 0; }; isNeeded() function [all...] |
H A D | SyntheticSections.cpp | 57 bool DylinkSection::isNeeded() const { isNeeded() function in lld::wasm::DylinkSection 550 bool StartSection::isNeeded() const { isNeeded() function in lld::wasm::StartSection 622 bool DataCountSection::isNeeded() const { isNeeded() function in lld::wasm::DataCountSection
|
H A D | OutputSections.cpp | 206 bool DataSection::isNeeded() const { isNeeded() function in lld::wasm::DataSection
|
/llvm-project/lld/ELF/ |
H A D | SyntheticSections.h | 56 bool isNeeded() const override { return !sections.empty(); } in isNeeded() function 176 bool isNeeded() const override { return size != 0; } isNeeded() function 386 bool isNeeded() const override { return !entries.empty(); } isNeeded() function 539 bool isNeeded() const override { isNeeded() function 613 bool isNeeded() const override { isNeeded() function 766 bool isNeeded() const override { return !entries.empty(); } isNeeded() function 872 bool isNeeded() const override { return numChunks > 0; } isNeeded() function 1309 bool isNeeded() const override { return !entries.empty(); } isNeeded() function 1419 bool isNeeded() const override { isNeeded() function [all...] |
H A D | SyntheticSections.cpp | 709 bool GotSection::isNeeded() const { isNeeded() function in GotSection 1080 bool MipsGotSection::isNeeded() const { isNeeded() function in MipsGotSection 1193 bool GotPltSection::isNeeded() const { isNeeded() function in GotPltSection 2335 bool SymtabShndxSection::isNeeded() const { isNeeded() function in SymtabShndxSection 2578 bool PltSection::isNeeded() const { isNeeded() function in PltSection 2713 bool IBTPltSection::isNeeded() const { return in.plt->getNumEntries() > 0; } isNeeded() function in IBTPltSection 3618 bool GdbIndexSection::isNeeded() const { return !chunks.empty(); } isNeeded() function in GdbIndexSection 3661 bool EhFrameHeader::isNeeded() const { isNeeded() function in EhFrameHeader 3754 bool VersionTableSection::isNeeded() const { isNeeded() function in VersionTableSection 3850 template <class ELFT> bool VersionNeedSection<ELFT>::isNeeded() const { isNeeded() function in VersionNeedSection 4209 bool ARMExidxSyntheticSection::isNeeded() const { isNeeded() function in ARMExidxSyntheticSection 4261 bool PPC32Got2Section::isNeeded() const { isNeeded() function in PPC32Got2Section 4334 bool PPC64LongBranchTargetSection::isNeeded() const { isNeeded() function in PPC64LongBranchTargetSection [all...] |
H A D | InputFiles.h | 365 bool isNeeded; global() variable
|
H A D | InputSection.h | 467 virtual bool isNeeded() const { return true; } isNeeded() function
|