HomeSort by relevance Sort by last modified time
    Searched refs:S_ATTR_DEBUG (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 197 Ctx->getMachOSection("__LD", "__compact_unwind", MachO::S_ATTR_DEBUG,
210 Ctx->getMachOSection("__DWARF", "__apple_names", MachO::S_ATTR_DEBUG,
213 Ctx->getMachOSection("__DWARF", "__apple_objc", MachO::S_ATTR_DEBUG,
217 Ctx->getMachOSection("__DWARF", "__apple_namespac", MachO::S_ATTR_DEBUG,
220 Ctx->getMachOSection("__DWARF", "__apple_types", MachO::S_ATTR_DEBUG,
224 Ctx->getMachOSection("__DWARF", "__debug_abbrev", MachO::S_ATTR_DEBUG,
227 Ctx->getMachOSection("__DWARF", "__debug_info", MachO::S_ATTR_DEBUG,
230 Ctx->getMachOSection("__DWARF", "__debug_line", MachO::S_ATTR_DEBUG,
233 Ctx->getMachOSection("__DWARF", "__debug_frame", MachO::S_ATTR_DEBUG,
236 Ctx->getMachOSection("__DWARF", "__debug_pubnames", MachO::S_ATTR_DEBUG,
    [all...]
MCSectionMachO.cpp 64 ENTRY("debug", S_ATTR_DEBUG)
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MachObjectWriter.cpp 120 if (Section.hasAttribute(MachO::S_ATTR_DEBUG))
340 if (Section.hasAttribute(MachO::S_ATTR_DEBUG))
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 228 if (Section.hasAttribute(MachO::S_ATTR_DEBUG))
  /external/v8/src/
gdb-jit.cc 224 S_ATTR_DEBUG = 0x02000000u,
1063 MachOSection::S_REGULAR | MachOSection::S_ATTR_DEBUG),
    [all...]
  /external/llvm/include/llvm/Support/
MachO.h 238 /// S_ATTR_DEBUG - A debug section.
239 S_ATTR_DEBUG = 0x02000000u,
    [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp     [all...]

Completed in 490 milliseconds