Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp214 Ctx->getMachOSection("__LD", "__compact_unwind", MachO::S_ATTR_DEBUG, in initMachOMCObjectFileInfo()
227 Ctx->getMachOSection("__DWARF", "__debug_names", MachO::S_ATTR_DEBUG, in initMachOMCObjectFileInfo()
230 Ctx->getMachOSection("__DWARF", "__apple_names", MachO::S_ATTR_DEBUG, in initMachOMCObjectFileInfo()
233 Ctx->getMachOSection("__DWARF", "__apple_objc", MachO::S_ATTR_DEBUG, in initMachOMCObjectFileInfo()
237 Ctx->getMachOSection("__DWARF", "__apple_namespac", MachO::S_ATTR_DEBUG, in initMachOMCObjectFileInfo()
240 Ctx->getMachOSection("__DWARF", "__apple_types", MachO::S_ATTR_DEBUG, in initMachOMCObjectFileInfo()
244 Ctx->getMachOSection("__DWARF", "__swift_ast", MachO::S_ATTR_DEBUG, in initMachOMCObjectFileInfo()
248 Ctx->getMachOSection("__DWARF", "__debug_abbrev", MachO::S_ATTR_DEBUG, in initMachOMCObjectFileInfo()
251 Ctx->getMachOSection("__DWARF", "__debug_info", MachO::S_ATTR_DEBUG, in initMachOMCObjectFileInfo()
254 Ctx->getMachOSection("__DWARF", "__debug_line", MachO::S_ATTR_DEBUG, in initMachOMCObjectFileInfo()
[all...]
H A DMCSectionMachO.cpp84 ENTRY("debug", S_ATTR_DEBUG)
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp126 if (Section.hasAttribute(MachO::S_ATTR_DEBUG)) in canUseLocalRelocation()
331 if (Section.hasAttribute(MachO::S_ATTR_DEBUG)) in recordRelocation()
/freebsd-src/contrib/llvm-project/lld/MachO/
H A DInputSection.h289 llvm::MachO::S_ATTR_DEBUG; in isDebugSection()
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp89 return (NSec.Flags & MachO::S_ATTR_DEBUG && in isDebugSection()
195 if (NSec.Flags & MachO::S_ATTR_DEBUG) in createNormalizedSections()
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DDebuggerSupportPlugin.cpp266 DSec.BuilderSec->flags |= MachO::S_ATTR_DEBUG; in completeSynthesisAndRegister()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp223 if (Section.hasAttribute(MachO::S_ATTR_DEBUG)) in RecordX86_64Relocation()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h207 S_ATTR_DEBUG = 0x02000000u, enumerator
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp8747 if (section_attributes & MachO::S_ATTR_DEBUG) in PrintDysymtabLoadCommand()