Searched refs:copyRefs (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/lld/lib/ReaderWriter/MachO/ |
D | MachONormalizedFileToAtoms.cpp | 243 uint64_t nextSymbolAddr, bool scatterable, bool copyRefs) { in atomFromSymbol() argument 251 noDeadStrip, copyRefs, §ion); in atomFromSymbol() 271 offset, size, thumb, noDeadStrip, copyRefs, §ion); in atomFromSymbol() 280 bool copyRefs) { in processSymboledSection() argument 335 scatterable, copyRefs); in processSymboledSection() 341 scatterable, copyRefs); in processSymboledSection() 354 scatterable, copyRefs); in processSymboledSection() 363 scatterable, copyRefs); in processSymboledSection() 387 bool copyRefs) { in processSection() argument 411 scatterable, copyRefs); in processSection() [all …]
|
D | File.h | 44 bool noDeadStrip, bool copyRefs, in addDefinedAtom() argument 49 if (copyRefs) { in addDefinedAtom() 67 bool copyRefs, const Section *inSection) { in addDefinedAtomInCustomSection() argument 71 if (copyRefs) { in addDefinedAtomInCustomSection() 90 bool noDeadStrip, bool copyRefs, in addZeroFillDefinedAtom() argument 92 if (copyRefs) { in addZeroFillDefinedAtom() 118 void addUndefinedAtom(StringRef name, bool copyRefs) { in addUndefinedAtom() argument 119 if (copyRefs) { in addUndefinedAtom() 129 DefinedAtom::Alignment align, bool copyRefs) { in addTentativeDefAtom() argument 130 if (copyRefs) { in addTentativeDefAtom() [all …]
|
D | MachONormalizedFile.h | 304 bool copyRefs); 309 bool copyRefs); 314 bool copyRefs);
|