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 30 /// TypeAndAttributes - This is the SECTION_TYPE and SECTION_ATTRIBUTES
32 unsigned TypeAndAttributes;
64 unsigned getTypeAndAttributes() const { return TypeAndAttributes; }
68 return static_cast<MachO::SectionType>(TypeAndAttributes &
72 return (TypeAndAttributes & Value) != 0;
MCContext.h 255 unsigned TypeAndAttributes,
260 unsigned TypeAndAttributes,
262 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K);
  /external/llvm/lib/MC/
MCSectionMachO.cpp 74 : MCSection(SV_MachO, K), TypeAndAttributes(TAA), Reserved2(reserved2) {
MCContext.cpp 208 unsigned TypeAndAttributes,
226 return Entry = new (*this) MCSectionMachO(Segment, Section, TypeAndAttributes,

Completed in 571 milliseconds