HomeSort by relevance Sort by last modified time
    Searched refs:S_ZEROFILL (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/MC/
MCSectionMachO.h 53 /// S_ZEROFILL - Zero fill on demand section.
54 S_ZEROFILL = 0x01U,
  /external/llvm/lib/MC/
MCSectionMachO.cpp 23 { 0, "S_ZEROFILL" }, // 0x01
161 return (getType() == MCSectionMachO::S_ZEROFILL ||
MCObjectFileInfo.cpp 110 MCSectionMachO::S_ZEROFILL,
113 = Ctx->getMachOSection("__DATA","__bss", MCSectionMachO::S_ZEROFILL,
  /external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp 597 Segment, Section, MCSectionMachO::S_ZEROFILL,
655 Segment, Section, MCSectionMachO::S_ZEROFILL,
AsmParser.cpp     [all...]

Completed in 24 milliseconds