Searched refs:TypeAndAttributes (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/include/llvm/MC/
H A DMCSectionMachO.h29 /// TypeAndAttributes - This is the SECTION_TYPE and SECTION_ATTRIBUTES
31 unsigned TypeAndAttributes; member in class:llvm::MCSectionMachO
45 // TypeAndAttributes bitmasks.
148 unsigned getTypeAndAttributes() const { return TypeAndAttributes; }
151 unsigned getType() const { return TypeAndAttributes & SECTION_TYPE; }
153 return (TypeAndAttributes & Value) != 0;
H A DMCContext.h205 unsigned TypeAndAttributes,
210 unsigned TypeAndAttributes,
212 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K);
208 getMachOSection(StringRef Segment, StringRef Section, unsigned TypeAndAttributes, SectionKind K) argument
/macosx-10.10/llvmCore-3425.0.34/lib/MC/
H A DMCContext.cpp168 unsigned TypeAndAttributes,
191 return Entry = new (*this) MCSectionMachO(Segment, Section, TypeAndAttributes,
167 getMachOSection(StringRef Segment, StringRef Section, unsigned TypeAndAttributes, unsigned Reserved2, SectionKind Kind) argument
H A DMCSectionMachO.cpp77 : MCSection(SV_MachO, K), TypeAndAttributes(TAA), Reserved2(reserved2) {

Completed in 177 milliseconds