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 602 Result = (SectionType == MachO::SectionTypeZeroFill ||
608 Result = (SectionType == MachO::SectionTypeZeroFill ||
    [all...]

Completed in 1905 milliseconds