Searched refs:noDeadStrip (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/lld/lib/ReaderWriter/MachO/ |
D | Atoms.h | 30 ContentType type, Merge merge, bool thumb, bool noDeadStrip, in MachODefinedAtom() argument 34 _thumb(thumb), _noDeadStrip(noDeadStrip) {} in MachODefinedAtom() 38 ContentType type, uint64_t size, bool noDeadStrip, in MachODefinedAtom() argument 43 _noDeadStrip(noDeadStrip) {} in MachODefinedAtom() 91 bool thumb, bool noDeadStrip, in MachODefinedCustomSectionAtom() argument 94 : MachODefinedAtom(f, name, scope, type, merge, thumb, noDeadStrip, in MachODefinedCustomSectionAtom()
|
D | File.h | 44 bool noDeadStrip, bool copyRefs, in addDefinedAtom() argument 59 thumb, noDeadStrip, content, align); in addDefinedAtom() 65 bool thumb, bool noDeadStrip, uint64_t sectionOffset, in addDefinedAtomInCustomSection() argument 83 noDeadStrip, content, in addDefinedAtomInCustomSection() 90 bool noDeadStrip, bool copyRefs, in addZeroFillDefinedAtom() argument 114 noDeadStrip, align); in addZeroFillDefinedAtom()
|
D | MachONormalizedFileToAtoms.cpp | 248 bool noDeadStrip = (symbolDescFlags & N_NO_DEAD_STRIP) || !scatterable; in atomFromSymbol() local 251 noDeadStrip, copyRefs, §ion); in atomFromSymbol() 263 merge, thumb, noDeadStrip, offset, in atomFromSymbol() 271 offset, size, thumb, noDeadStrip, copyRefs, §ion); in atomFromSymbol()
|