Home
last modified time | relevance | path

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

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