Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFileFromAtoms.cpp196 TypeToSection _sectionMap; member in __anonc0a1c4540111::Util
241 for (auto sect : _sectionMap) { in getRelocatableSection()
252 _sectionMap[type] = sect; in getRelocatableSection()
326 for (auto sect : _sectionMap) { in getFinalSection()
337 _sectionMap[atomType] = sect; in getFinalSection()
347 auto pos = _sectionMap.find(type); in sectionForAtom()
348 if ( pos != _sectionMap.end() ) in sectionForAtom()