Home
last modified time | relevance | path

Searched refs:S_COALESCED (Results 1 – 5 of 5) sorted by path

/freebsd/contrib/llvm-project/lld/MachO/
H A DInputSection.cpp323 if (type != S_REGULAR && type != S_COALESCED) in isCodeSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h152 S_COALESCED = 0x0bu, enumerator
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp68 MachO::S_COALESCED | MachO::S_ATTR_NO_TOC | in initMachOMCObjectFileInfo()
161 MachO::S_COALESCED | in initMachOMCObjectFileInfo()
166 MachO::S_COALESCED, in initMachOMCObjectFileInfo()
169 "__DATA", "__datacoal_nt", MachO::S_COALESCED, SectionKind::getData()); in initMachOMCObjectFileInfo()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp8599 else if (section_type == MachO::S_COALESCED) in PrintSection()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp236 { "Coalesced" , MachO::S_COALESCED },