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

  /external/llvm/include/llvm/MC/
MCSectionMachO.h 31 unsigned TypeAndAttributes;
55 unsigned getTypeAndAttributes() const { return TypeAndAttributes; }
59 return static_cast<MachO::SectionType>(TypeAndAttributes &
63 return (TypeAndAttributes & Value) != 0;
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCSectionMachO.h 28 /// TypeAndAttributes - This is the SECTION_TYPE and SECTION_ATTRIBUTES
30 unsigned TypeAndAttributes;
44 // TypeAndAttributes bitmasks.
147 unsigned getTypeAndAttributes() const { return TypeAndAttributes; }
150 unsigned getType() const { return TypeAndAttributes & SECTION_TYPE; }
152 return (TypeAndAttributes & Value) != 0;

Completed in 84 milliseconds