Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCSectionMachO.h120 S_ATTR_LIVE_SUPPORT = 1U << 27, enumerator
/external/llvm/lib/MC/
DMCSectionMachO.cpp62 ENTRY("live_support", S_ATTR_LIVE_SUPPORT)
DMCObjectFileInfo.cpp55 MachO::S_ATTR_STRIP_STATIC_SYMS | MachO::S_ATTR_LIVE_SUPPORT, in initMachOMCObjectFileInfo()
/external/swiftshader/third_party/LLVM/lib/MC/
DMCSectionMachO.cpp63 ENTRY("live_support", S_ATTR_LIVE_SUPPORT)
DMCObjectFileInfo.cpp540 MCSectionMachO::S_ATTR_LIVE_SUPPORT, in InitEHFrameSection()
/external/llvm/include/llvm/Support/
DMachO.h192 S_ATTR_LIVE_SUPPORT = 0x08000000u, enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h192 S_ATTR_LIVE_SUPPORT = 0x08000000u, enumerator
/external/llvm/tools/llvm-objdump/
DMachODump.cpp7868 if (section_attributes & MachO::S_ATTR_LIVE_SUPPORT) in PrintSection()