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
55 unsigned getTypeAndAttributes() const { return TypeAndAttributes; } in getTypeAndAttributes()
59 return static_cast<MachO::SectionType>(TypeAndAttributes & in getType()
63 return (TypeAndAttributes & Value) != 0; in hasAttribute()
DMCContext.h309 unsigned TypeAndAttributes,
314 unsigned TypeAndAttributes, SectionKind K,
316 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K,
/external/llvm/lib/MC/
DMCContext.cpp271 unsigned TypeAndAttributes, in getMachOSection() argument
296 Segment, Section, TypeAndAttributes, Reserved2, Kind, Begin); in getMachOSection()
DMCSectionMachO.cpp75 : MCSection(SV_MachO, K, Begin), TypeAndAttributes(TAA), in MCSectionMachO()