Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCSectionMachO.h32 unsigned TypeAndAttributes; variable
56 unsigned getTypeAndAttributes() const { return TypeAndAttributes; } in getTypeAndAttributes()
60 return static_cast<MachO::SectionType>(TypeAndAttributes & in getType()
64 return (TypeAndAttributes & Value) != 0; in hasAttribute()
DMCContext.h293 unsigned TypeAndAttributes,
298 unsigned TypeAndAttributes,
301 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K,
/external/llvm/lib/MC/
DMCContext.cpp238 unsigned TypeAndAttributes, unsigned Reserved2, in getMachOSection() argument
261 return Entry = new (*this) MCSectionMachO(Segment, Section, TypeAndAttributes, in getMachOSection()
DMCSectionMachO.cpp75 : MCSection(SV_MachO, K, Begin), TypeAndAttributes(TAA), in MCSectionMachO()