Searched refs:S_ATTR_DEBUG (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/MC/ |
D | MCObjectFileInfo.cpp | 197 Ctx->getMachOSection("__LD", "__compact_unwind", MachO::S_ATTR_DEBUG, in initMachOMCObjectFileInfo() 210 Ctx->getMachOSection("__DWARF", "__apple_names", MachO::S_ATTR_DEBUG, in initMachOMCObjectFileInfo() 213 Ctx->getMachOSection("__DWARF", "__apple_objc", MachO::S_ATTR_DEBUG, in initMachOMCObjectFileInfo() 217 Ctx->getMachOSection("__DWARF", "__apple_namespac", MachO::S_ATTR_DEBUG, in initMachOMCObjectFileInfo() 220 Ctx->getMachOSection("__DWARF", "__apple_types", MachO::S_ATTR_DEBUG, in initMachOMCObjectFileInfo() 224 Ctx->getMachOSection("__DWARF", "__debug_abbrev", MachO::S_ATTR_DEBUG, in initMachOMCObjectFileInfo() 227 Ctx->getMachOSection("__DWARF", "__debug_info", MachO::S_ATTR_DEBUG, in initMachOMCObjectFileInfo() 230 Ctx->getMachOSection("__DWARF", "__debug_line", MachO::S_ATTR_DEBUG, in initMachOMCObjectFileInfo() 233 Ctx->getMachOSection("__DWARF", "__debug_frame", MachO::S_ATTR_DEBUG, in initMachOMCObjectFileInfo() 236 Ctx->getMachOSection("__DWARF", "__debug_pubnames", MachO::S_ATTR_DEBUG, in initMachOMCObjectFileInfo() [all …]
|
D | MCSectionMachO.cpp | 64 ENTRY("debug", S_ATTR_DEBUG)
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64MachObjectWriter.cpp | 120 if (Section.hasAttribute(MachO::S_ATTR_DEBUG)) in canUseLocalRelocation() 340 if (Section.hasAttribute(MachO::S_ATTR_DEBUG)) in recordRelocation()
|
/external/v8/src/ |
D | gdb-jit.cc | 224 S_ATTR_DEBUG = 0x02000000u, enumerator 1063 MachOSection::S_REGULAR | MachOSection::S_ATTR_DEBUG), in DebugInfoSection() 1267 MachOSection::S_REGULAR | MachOSection::S_ATTR_DEBUG), in DebugAbbrevSection() 1438 MachOSection::S_REGULAR | MachOSection::S_ATTR_DEBUG), in DebugLineSection()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 228 if (Section.hasAttribute(MachO::S_ATTR_DEBUG)) in RecordX86_64Relocation()
|
/external/llvm/include/llvm/Support/ |
D | MachO.h | 239 S_ATTR_DEBUG = 0x02000000u, enumerator
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 7507 if (section_attributes & MachO::S_ATTR_DEBUG) in PrintSection()
|