/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCObjectFileInfo.cpp | 195 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 …]
|
D | MCSectionMachO.cpp | 76 ENTRY("debug", S_ATTR_DEBUG)
|
/external/llvm/lib/MC/ |
D | MCObjectFileInfo.cpp | 203 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 …]
|
D | MCSectionMachO.cpp | 64 ENTRY("debug", S_ATTR_DEBUG)
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCObjectFileInfo.cpp | 151 MCSectionMachO::S_ATTR_DEBUG, in InitMachOMCObjectFileInfo() 157 MCSectionMachO::S_ATTR_DEBUG, in InitMachOMCObjectFileInfo() 161 MCSectionMachO::S_ATTR_DEBUG, in InitMachOMCObjectFileInfo() 165 MCSectionMachO::S_ATTR_DEBUG, in InitMachOMCObjectFileInfo() 169 MCSectionMachO::S_ATTR_DEBUG, in InitMachOMCObjectFileInfo() 173 MCSectionMachO::S_ATTR_DEBUG, in InitMachOMCObjectFileInfo() 177 MCSectionMachO::S_ATTR_DEBUG, in InitMachOMCObjectFileInfo() 181 MCSectionMachO::S_ATTR_DEBUG, in InitMachOMCObjectFileInfo() 185 MCSectionMachO::S_ATTR_DEBUG, in InitMachOMCObjectFileInfo() 189 MCSectionMachO::S_ATTR_DEBUG, in InitMachOMCObjectFileInfo() [all …]
|
D | MCSectionMachO.cpp | 65 ENTRY("debug", S_ATTR_DEBUG)
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCSectionMachO.h | 125 S_ATTR_DEBUG = 1U << 25, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64MachObjectWriter.cpp | 128 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/ |
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 | 228 S_ATTR_DEBUG = 0x02000000u, enumerator 1072 MachOSection::S_REGULAR | MachOSection::S_ATTR_DEBUG), in DebugInfoSection() 1256 MachOSection::S_REGULAR | MachOSection::S_ATTR_DEBUG), in DebugAbbrevSection() 1417 MachOSection::S_REGULAR | MachOSection::S_ATTR_DEBUG), in DebugLineSection()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 221 if (Section.hasAttribute(MCSectionMachO::S_ATTR_DEBUG)) in RecordX86_64Relocation()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 233 if (Section.hasAttribute(MachO::S_ATTR_DEBUG)) in RecordX86_64Relocation()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 233 if (Section.hasAttribute(MachO::S_ATTR_DEBUG)) in RecordX86_64Relocation()
|
/external/llvm/include/llvm/Support/ |
D | MachO.h | 197 S_ATTR_DEBUG = 0x02000000u, enumerator
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | MachO.h | 197 S_ATTR_DEBUG = 0x02000000u, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/ |
D | MachO.h | 197 S_ATTR_DEBUG = 0x02000000u, enumerator
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 7872 if (section_attributes & MachO::S_ATTR_DEBUG) in PrintSection()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 8271 if (section_attributes & MachO::S_ATTR_DEBUG) in PrintSection()
|