Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/MC/
HDMCSectionMachO.cpp82 ENTRY("live_support", S_ATTR_LIVE_SUPPORT)
HDMCObjectFileInfo.cpp69 MachO::S_ATTR_STRIP_STATIC_SYMS | MachO::S_ATTR_LIVE_SUPPORT, in initMachOMCObjectFileInfo()
/freebsd-head/contrib/llvm-project/lld/MachO/
HDMarkLive.cpp174 if (!(isec->getFlags() & S_ATTR_LIVE_SUPPORT) || isec->live) in markTransitively()
HDInputFiles.cpp1522 ehFrameSection.flags &= ~S_ATTR_LIVE_SUPPORT; in registerEhFrames()
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDAsmPrinter.cpp4229 MachO::S_ATTR_LIVE_SUPPORT, in emitXRayTable()
4233 MachO::S_ATTR_LIVE_SUPPORT, in emitXRayTable()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDMachO.h202 S_ATTR_LIVE_SUPPORT = 0x08000000u, enumerator
/freebsd-head/contrib/llvm-project/llvm/tools/llvm-objdump/
HDMachODump.cpp8743 if (section_attributes & MachO::S_ATTR_LIVE_SUPPORT) in PrintSection()