Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DFile.h144 const auto &pos = _sectionAtoms.find(&section);
145 if (pos == _sectionAtoms.end())
178 for (auto &sectAndAtoms : _sectionAtoms) { in eachDefinedAtom()
189 auto pos = _sectionAtoms.find(&section); in eachAtomInSection()
190 if (pos == _sectionAtoms.end()) in eachAtomInSection()
261 _sectionAtoms[inSection].push_back(offAndAtom); in addAtomForSection()
271 SectionToAtoms _sectionAtoms; variable