Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.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/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionMachO.cpp81 ENTRY("no_dead_strip", S_ATTR_NO_DEAD_STRIP)
/freebsd/contrib/llvm-project/lld/MachO/
H A DMarkLive.cpp263 if (isec->getFlags() & S_ATTR_NO_DEAD_STRIP) { in markLive()
H A DSyntheticSections.cpp863 S_LITERAL_POINTERS | S_ATTR_NO_DEAD_STRIP, in setUp()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.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/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h200 S_ATTR_NO_DEAD_STRIP = 0x10000000u, enumerator
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp8629 if (section_attributes & MachO::S_ATTR_NO_DEAD_STRIP) in PrintSection()