Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCSectionMachO.h31 unsigned TypeAndAttributes; variable
148 unsigned getTypeAndAttributes() const { return TypeAndAttributes; } in getTypeAndAttributes()
151 unsigned getType() const { return TypeAndAttributes & SECTION_TYPE; } in getType()
153 return (TypeAndAttributes & Value) != 0; in hasAttribute()
DMCContext.h204 unsigned TypeAndAttributes,
209 unsigned TypeAndAttributes, in getMachOSection() argument
211 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K); in getMachOSection()
/external/llvm/lib/MC/
DMCContext.cpp162 unsigned TypeAndAttributes, in getMachOSection() argument
185 return Entry = new (*this) MCSectionMachO(Segment, Section, TypeAndAttributes, in getMachOSection()
DMCSectionMachO.cpp77 : MCSection(SV_MachO, K), TypeAndAttributes(TAA), Reserved2(reserved2) { in MCSectionMachO()