Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp428 bool SectionIsNoDeadStrip = NSec.Flags & MachO::S_ATTR_NO_DEAD_STRIP; in graphifyRegularSymbols() local
445 SectionIsNoDeadStrip); in graphifyRegularSymbols()
484 SectionIsNoDeadStrip); in graphifyRegularSymbols()
534 (NSym.Desc & MachO::N_NO_DEAD_STRIP) || SectionIsNoDeadStrip; in graphifyRegularSymbols()
640 bool SectionIsNoDeadStrip = NSec.Flags & MachO::S_ATTR_NO_DEAD_STRIP; in graphifyCStringSection() local
689 (NSym.Desc & MachO::N_NO_DEAD_STRIP) || SectionIsNoDeadStrip; in graphifyCStringSection()