Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileFromAtoms.cpp197 TypeToSection _sectionMap; member in __anon71138ccb0111::Util
242 for (auto sect : _sectionMap) { in getRelocatableSection()
253 _sectionMap[type] = sect; in getRelocatableSection()
327 for (auto sect : _sectionMap) { in getFinalSection()
338 _sectionMap[atomType] = sect; in getFinalSection()
348 auto pos = _sectionMap.find(type); in sectionForAtom()
349 if ( pos != _sectionMap.end() ) in sectionForAtom()