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

  /external/llvm/include/llvm/Support/
MachO.h 131 SectionFlagMaskSectionType = 0x000000ffu, // SECTION_TYPE
  /external/llvm/lib/Object/
MachOObjectFile.cpp 631 unsigned SectionType = Sect->Flags & MachO::SectionFlagMaskSectionType;
637 unsigned SectionType = Sect->Flags & MachO::SectionFlagMaskSectionType;
    [all...]

Completed in 107 milliseconds