Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
HDDarwinAsmParser.cpp325 MachO::S_ATTR_NO_DEAD_STRIP); in parseSectionDirectiveObjCClass()
330 MachO::S_ATTR_NO_DEAD_STRIP); in parseSectionDirectiveObjCMetaClass()
335 MachO::S_ATTR_NO_DEAD_STRIP); in parseSectionDirectiveObjCCatClsMeth()
340 MachO::S_ATTR_NO_DEAD_STRIP); in parseSectionDirectiveObjCCatInstMeth()
345 MachO::S_ATTR_NO_DEAD_STRIP); in parseSectionDirectiveObjCProtocol()
350 MachO::S_ATTR_NO_DEAD_STRIP); in parseSectionDirectiveObjCStringObject()
355 MachO::S_ATTR_NO_DEAD_STRIP); in parseSectionDirectiveObjCClsMeth()
360 MachO::S_ATTR_NO_DEAD_STRIP); in parseSectionDirectiveObjCInstMeth()
365 MachO::S_ATTR_NO_DEAD_STRIP | in parseSectionDirectiveObjCClsRefs()
371 MachO::S_ATTR_NO_DEAD_STRIP | in parseSectionDirectiveObjCMessageRefs()
[all …]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
HDMCSectionMachO.cpp81 ENTRY("no_dead_strip", S_ATTR_NO_DEAD_STRIP)
/freebsd-13-stable/contrib/llvm-project/lld/MachO/
HDMarkLive.cpp263 if (isec->getFlags() & S_ATTR_NO_DEAD_STRIP) { in markLive()
HDSyntheticSections.cpp860 S_LITERAL_POINTERS | S_ATTR_NO_DEAD_STRIP, in makeSelRef()
1993 flags = S_ATTR_NO_DEAD_STRIP; in ObjCMethListSection()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
HDMachOLinkGraphBuilder.cpp443 bool SectionIsNoDeadStrip = NSec.Flags & MachO::S_ATTR_NO_DEAD_STRIP; in graphifyRegularSymbols()
664 bool SectionIsNoDeadStrip = NSec.Flags & MachO::S_ATTR_NO_DEAD_STRIP; in graphifyCStringSection()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDMachO.h200 S_ATTR_NO_DEAD_STRIP = 0x10000000u, enumerator
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
HDMachODump.cpp8741 if (section_attributes & MachO::S_ATTR_NO_DEAD_STRIP) in PrintSection()