Searched refs:S_ATTR_DEBUG (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/MC/ |
D | MCObjectFileInfo.cpp | 175 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 …]
|
D | MCSectionMachO.cpp | 64 ENTRY("debug", S_ATTR_DEBUG)
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64MachObjectWriter.cpp | 119 if (Section.hasAttribute(MachO::S_ATTR_DEBUG)) in canUseLocalRelocation() 334 if (Section.hasAttribute(MachO::S_ATTR_DEBUG)) in RecordRelocation()
|
/external/v8/src/ |
D | gdb-jit.cc | 222 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/ |
D | X86MachObjectWriter.cpp | 224 if (Section.hasAttribute(MachO::S_ATTR_DEBUG)) in RecordX86_64Relocation()
|
/external/llvm/include/llvm/Support/ |
D | MachO.h | 238 S_ATTR_DEBUG = 0x02000000u, enumerator
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 7352 if (section_attributes & MachO::S_ATTR_DEBUG) in PrintSection()
|