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

  /external/llvm/include/llvm/MC/
MCSectionMachO.h 29 /// TypeAndAttributes - This is the SECTION_TYPE and SECTION_ATTRIBUTES
46 SECTION_TYPE = 0x000000FFU,
159 unsigned getType() const { return TypeAndAttributes & SECTION_TYPE; }
  /external/llvm/lib/MC/
MCSectionMachO.cpp 104 unsigned SectionType = TAA & MCSectionMachO::SECTION_TYPE;
290 if ((TAA & MCSectionMachO::SECTION_TYPE) != MCSectionMachO::S_SYMBOL_STUBS)

Completed in 68 milliseconds