Searched refs:S_ZEROFILL (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCSectionMachO.h52 /// S_ZEROFILL - Zero fill on demand section.
53 S_ZEROFILL = 0x01U, enumerator in enum:llvm::MCSectionMachO::__anon6461
/external/llvm/lib/MC/
H A DMCSectionMachO.cpp23 { 0, "S_ZEROFILL" }, // 0x01
161 return (getType() == MCSectionMachO::S_ZEROFILL ||
H A DMCObjectFileInfo.cpp110 MCSectionMachO::S_ZEROFILL,
113 = Ctx->getMachOSection("__DATA","__bss", MCSectionMachO::S_ZEROFILL,
/external/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp597 Segment, Section, MCSectionMachO::S_ZEROFILL,
655 Segment, Section, MCSectionMachO::S_ZEROFILL,
H A DAsmParser.cpp2122 "__DATA", "__bss", MCSectionMachO::S_ZEROFILL,

Completed in 78 milliseconds