Home
last modified time | relevance | path

Searched refs:S_ZEROFILL (Results 1 – 7 of 7) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/MC/
H A DMCSectionMachO.cpp159 return (getType() == MachO::S_ZEROFILL || in isVirtualSection()
H A DMCObjectFileInfo.cpp133 MachO::S_ZEROFILL, in InitMachOMCObjectFileInfo()
136 = Ctx->getMachOSection("__DATA","__bss", MachO::S_ZEROFILL, in InitMachOMCObjectFileInfo()
/minix3/external/bsd/llvm/dist/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp766 Segment, Section, MachO::S_ZEROFILL, in parseDirectiveZerofill()
824 Segment, Section, MachO::S_ZEROFILL, in parseDirectiveZerofill()
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp290 return SectionType == MachO::S_ZEROFILL || in isZeroInit()
/minix3/external/bsd/llvm/dist/llvm/lib/Object/
H A DMachOObjectFile.cpp575 !(SectionType == MachO::S_ZEROFILL || in isSectionData()
583 (SectionType == MachO::S_ZEROFILL || in isSectionBSS()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DMachO.h163 S_ZEROFILL = 0x01u, enumerator
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp3337 if ((flags & MachO::S_ZEROFILL) != 0 && offset + size > object_size) in PrintSection()
3363 else if (section_type == MachO::S_ZEROFILL) in PrintSection()