Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCAsmInfoDarwin.cpp54 case MachO::S_INTERPOSING: in isSectionAtomizableBySymbols()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCSectionMachO.h82 S_INTERPOSING = 0x0DU, enumerator
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
DX86AsmBackend.cpp428 case MCSectionMachO::S_INTERPOSING: in isSectionAtomizable()
/external/llvm/include/llvm/Support/
DMachO.h151 S_INTERPOSING = 0x0du, enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h151 S_INTERPOSING = 0x0du, enumerator
/external/llvm/tools/llvm-objdump/
DMachODump.cpp7840 else if (section_type == MachO::S_INTERPOSING) in PrintSection()