Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFileFromAtoms.cpp157 SectionInfo *getFinalSection(DefinedAtom::ContentType type);
306 SectionInfo *Util::getFinalSection(DefinedAtom::ContentType atomType) { in getFinalSection() function in __anonc0a1c4540111::Util
351 return rMode ? getRelocatableSection(type) : getFinalSection(type); in sectionForAtom()