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

  /external/llvm/include/llvm/Support/
MachO.h 139 SectionTypeZeroFill = 0x01u, // S_ZEROFILL
  /external/llvm/lib/Object/
MachOObjectFile.cpp 601 Result = (Sect->Flags & MachO::SectionTypeZeroFill ||
606 Result = (Sect->Flags & MachO::SectionTypeZeroFill ||
    [all...]

Completed in 17 milliseconds