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

/external/llvm/include/llvm/MC/
H A DMCSectionMachO.h30 /// TypeAndAttributes - This is the SECTION_TYPE and SECTION_ATTRIBUTES
32 unsigned TypeAndAttributes; member in class:llvm::MCSectionMachO
64 unsigned getTypeAndAttributes() const { return TypeAndAttributes; }
68 return static_cast<MachO::SectionType>(TypeAndAttributes &
72 return (TypeAndAttributes & Value) != 0;
H A DMCContext.h255 unsigned TypeAndAttributes,
260 unsigned TypeAndAttributes,
262 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K);
258 getMachOSection(StringRef Segment, StringRef Section, unsigned TypeAndAttributes, SectionKind K) argument
/external/llvm/lib/MC/
H A DMCSectionMachO.cpp74 : MCSection(SV_MachO, K), TypeAndAttributes(TAA), Reserved2(reserved2) {
H A DMCContext.cpp208 unsigned TypeAndAttributes,
226 return Entry = new (*this) MCSectionMachO(Segment, Section, TypeAndAttributes,
207 getMachOSection(StringRef Segment, StringRef Section, unsigned TypeAndAttributes, unsigned Reserved2, SectionKind Kind) argument

Completed in 122 milliseconds