Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A 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()
H A DMCContext.h378 unsigned TypeAndAttributes,
383 unsigned TypeAndAttributes, SectionKind K,
385 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K,
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCSectionMachO.cpp87 : MCSection(SV_MachO, K, Begin), TypeAndAttributes(TAA), in MCSectionMachO()
H A DMCContext.cpp274 unsigned TypeAndAttributes, in getMachOSection() argument
298 Segment, Section, TypeAndAttributes, Reserved2, Kind, Begin); in getMachOSection()