Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCObjectFileInfo.cpp195 Ctx->getMachOSection("__LD", "__compact_unwind", MachO::S_ATTR_DEBUG, in initMachOMCObjectFileInfo()
208 Ctx->getMachOSection("__DWARF", "__debug_names", MachO::S_ATTR_DEBUG, in initMachOMCObjectFileInfo()
211 Ctx->getMachOSection("__DWARF", "__apple_names", MachO::S_ATTR_DEBUG, in initMachOMCObjectFileInfo()
214 Ctx->getMachOSection("__DWARF", "__apple_objc", MachO::S_ATTR_DEBUG, in initMachOMCObjectFileInfo()
218 Ctx->getMachOSection("__DWARF", "__apple_namespac", MachO::S_ATTR_DEBUG, in initMachOMCObjectFileInfo()
221 Ctx->getMachOSection("__DWARF", "__apple_types", MachO::S_ATTR_DEBUG, in initMachOMCObjectFileInfo()
225 Ctx->getMachOSection("__DWARF", "__swift_ast", MachO::S_ATTR_DEBUG, in initMachOMCObjectFileInfo()
229 Ctx->getMachOSection("__DWARF", "__debug_abbrev", MachO::S_ATTR_DEBUG, in initMachOMCObjectFileInfo()
232 Ctx->getMachOSection("__DWARF", "__debug_info", MachO::S_ATTR_DEBUG, in initMachOMCObjectFileInfo()
235 Ctx->getMachOSection("__DWARF", "__debug_line", MachO::S_ATTR_DEBUG, in initMachOMCObjectFileInfo()
[all …]
DMCSectionMachO.cpp76 ENTRY("debug", S_ATTR_DEBUG)
/external/llvm/lib/MC/
DMCObjectFileInfo.cpp203 Ctx->getMachOSection("__LD", "__compact_unwind", MachO::S_ATTR_DEBUG, in initMachOMCObjectFileInfo()
216 Ctx->getMachOSection("__DWARF", "__apple_names", MachO::S_ATTR_DEBUG, in initMachOMCObjectFileInfo()
219 Ctx->getMachOSection("__DWARF", "__apple_objc", MachO::S_ATTR_DEBUG, in initMachOMCObjectFileInfo()
223 Ctx->getMachOSection("__DWARF", "__apple_namespac", MachO::S_ATTR_DEBUG, in initMachOMCObjectFileInfo()
226 Ctx->getMachOSection("__DWARF", "__apple_types", MachO::S_ATTR_DEBUG, in initMachOMCObjectFileInfo()
230 Ctx->getMachOSection("__DWARF", "__debug_abbrev", MachO::S_ATTR_DEBUG, in initMachOMCObjectFileInfo()
233 Ctx->getMachOSection("__DWARF", "__debug_info", MachO::S_ATTR_DEBUG, in initMachOMCObjectFileInfo()
236 Ctx->getMachOSection("__DWARF", "__debug_line", MachO::S_ATTR_DEBUG, in initMachOMCObjectFileInfo()
239 Ctx->getMachOSection("__DWARF", "__debug_frame", MachO::S_ATTR_DEBUG, in initMachOMCObjectFileInfo()
242 Ctx->getMachOSection("__DWARF", "__debug_pubnames", MachO::S_ATTR_DEBUG, in initMachOMCObjectFileInfo()
[all …]
DMCSectionMachO.cpp64 ENTRY("debug", S_ATTR_DEBUG)
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MachObjectWriter.cpp128 if (Section.hasAttribute(MachO::S_ATTR_DEBUG)) in canUseLocalRelocation()
333 if (Section.hasAttribute(MachO::S_ATTR_DEBUG)) in recordRelocation()
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MachObjectWriter.cpp120 if (Section.hasAttribute(MachO::S_ATTR_DEBUG)) in canUseLocalRelocation()
340 if (Section.hasAttribute(MachO::S_ATTR_DEBUG)) in recordRelocation()
/external/v8/src/diagnostics/
Dgdb-jit.cc214 S_ATTR_DEBUG = 0x02000000u, enumerator
999 MachOSection::S_REGULAR | MachOSection::S_ATTR_DEBUG), in DebugInfoSection()
1172 MachOSection::S_REGULAR | MachOSection::S_ATTR_DEBUG), in DebugAbbrevSection()
1323 MachOSection::S_REGULAR | MachOSection::S_ATTR_DEBUG), in DebugLineSection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp233 if (Section.hasAttribute(MachO::S_ATTR_DEBUG)) in RecordX86_64Relocation()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp233 if (Section.hasAttribute(MachO::S_ATTR_DEBUG)) in RecordX86_64Relocation()
/external/llvm/include/llvm/Support/
DMachO.h197 S_ATTR_DEBUG = 0x02000000u, enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h197 S_ATTR_DEBUG = 0x02000000u, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DMachO.h197 S_ATTR_DEBUG = 0x02000000u, enumerator
/external/llvm/tools/llvm-objdump/
DMachODump.cpp7872 if (section_attributes & MachO::S_ATTR_DEBUG) in PrintSection()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
DMachODump.cpp8271 if (section_attributes & MachO::S_ATTR_DEBUG) in PrintSection()