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

  /external/llvm/include/llvm/MC/
MCSectionMachO.h 29 /// TypeAndAttributes - This is the SECTION_TYPE and SECTION_ATTRIBUTES
31 unsigned TypeAndAttributes;
45 // TypeAndAttributes bitmasks.
156 unsigned getTypeAndAttributes() const { return TypeAndAttributes; }
159 unsigned getType() const { return TypeAndAttributes & SECTION_TYPE; }
161 return (TypeAndAttributes & Value) != 0;
MCContext.h 238 unsigned TypeAndAttributes,
243 unsigned TypeAndAttributes,
245 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K);
  /external/llvm/lib/MC/
MCContext.cpp 207 unsigned TypeAndAttributes,
230 return Entry = new (*this) MCSectionMachO(Segment, Section, TypeAndAttributes,
MCSectionMachO.cpp 77 : MCSection(SV_MachO, K), TypeAndAttributes(TAA), Reserved2(reserved2) {

Completed in 327 milliseconds