Searched refs:S_ATTR_DEBUG (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/MC/
H A DMCObjectFileInfo.cpp175 Ctx->getMachOSection("__LD", "__compact_unwind", MachO::S_ATTR_DEBUG,
186 Ctx->getMachOSection("__DWARF", "__apple_names", MachO::S_ATTR_DEBUG,
189 Ctx->getMachOSection("__DWARF", "__apple_objc", MachO::S_ATTR_DEBUG,
193 Ctx->getMachOSection("__DWARF", "__apple_namespac", MachO::S_ATTR_DEBUG,
196 Ctx->getMachOSection("__DWARF", "__apple_types", MachO::S_ATTR_DEBUG,
200 Ctx->getMachOSection("__DWARF", "__debug_abbrev", MachO::S_ATTR_DEBUG,
203 Ctx->getMachOSection("__DWARF", "__debug_info", MachO::S_ATTR_DEBUG,
206 Ctx->getMachOSection("__DWARF", "__debug_line", MachO::S_ATTR_DEBUG,
209 Ctx->getMachOSection("__DWARF", "__debug_frame", MachO::S_ATTR_DEBUG,
212 Ctx->getMachOSection("__DWARF", "__debug_pubnames", MachO::S_ATTR_DEBUG,
[all...]
H A DMCSectionMachO.cpp64 ENTRY("debug", S_ATTR_DEBUG)
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp119 if (Section.hasAttribute(MachO::S_ATTR_DEBUG))
334 if (Section.hasAttribute(MachO::S_ATTR_DEBUG))
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp224 if (Section.hasAttribute(MachO::S_ATTR_DEBUG))
/external/v8/src/
H A Dgdb-jit.cc222 S_ATTR_DEBUG = 0x02000000u, enumerator in enum:v8::MachOSection::Type
1057 MachOSection::S_REGULAR | MachOSection::S_ATTR_DEBUG),
1238 MachOSection::S_REGULAR | MachOSection::S_ATTR_DEBUG),
1409 MachOSection::S_REGULAR | MachOSection::S_ATTR_DEBUG),
/external/llvm/include/llvm/Support/
H A DMachO.h237 /// S_ATTR_DEBUG - A debug section.
238 S_ATTR_DEBUG = 0x02000000u,
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp7352 if (section_attributes & MachO::S_ATTR_DEBUG)

Completed in 127 milliseconds