Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp443 bool SectionIsNoDeadStrip = NSec.Flags & MachO::S_ATTR_NO_DEAD_STRIP; in graphifyRegularSymbols() local
460 SectionIsNoDeadStrip); in graphifyRegularSymbols()
499 SectionIsNoDeadStrip); in graphifyRegularSymbols()
558 (NSym.Desc & MachO::N_NO_DEAD_STRIP) || SectionIsNoDeadStrip; in graphifyRegularSymbols()
664 bool SectionIsNoDeadStrip = NSec.Flags & MachO::S_ATTR_NO_DEAD_STRIP; in graphifyCStringSection() local
713 (NSym.Desc & MachO::N_NO_DEAD_STRIP) || SectionIsNoDeadStrip; in graphifyCStringSection()