Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp432 bool SectionIsNoDeadStrip = NSec.Flags & MachO::S_ATTR_NO_DEAD_STRIP; in graphifyRegularSymbols() local
449 SectionIsNoDeadStrip); in graphifyRegularSymbols()
488 SectionIsNoDeadStrip); in graphifyRegularSymbols()
538 (NSym.Desc & MachO::N_NO_DEAD_STRIP) || SectionIsNoDeadStrip; in graphifyRegularSymbols()
644 bool SectionIsNoDeadStrip = NSec.Flags & MachO::S_ATTR_NO_DEAD_STRIP; in graphifyCStringSection() local
683 (NSym.Desc & MachO::N_NO_DEAD_STRIP) || SectionIsNoDeadStrip; in graphifyCStringSection()