Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileFromAtoms.cpp196 TypeToSection _sectionMap; member in __anon3252b6f00111::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()