Home
last modified time | relevance | path

Searched refs:_sectionAtoms (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DFile.h145 const auto &pos = _sectionAtoms.find(&section);
146 if (pos == _sectionAtoms.end())
179 for (auto &sectAndAtoms : _sectionAtoms) { in eachDefinedAtom()
190 auto pos = _sectionAtoms.find(&section); in eachAtomInSection()
191 if (pos == _sectionAtoms.end()) in eachAtomInSection()
262 _sectionAtoms[inSection].push_back(offAndAtom); in addAtomForSection()
272 SectionToAtoms _sectionAtoms; variable