Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileFromAtoms.cpp158 SectionInfo *getFinalSection(DefinedAtom::ContentType type);
307 SectionInfo *Util::getFinalSection(DefinedAtom::ContentType atomType) { in getFinalSection() function in __anon71138ccb0111::Util
352 return rMode ? getRelocatableSection(type) : getFinalSection(type); in sectionForAtom()