Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCSectionMachO.h29 unsigned TypeAndAttributes; variable
47 unsigned getTypeAndAttributes() const { return TypeAndAttributes; } in getTypeAndAttributes()
51 return static_cast<MachO::SectionType>(TypeAndAttributes & in getType()
55 return (TypeAndAttributes & Value) != 0; in hasAttribute()
H A DMCContext.h552 unsigned TypeAndAttributes,
557 unsigned TypeAndAttributes, SectionKind K,
559 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K,
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCSectionMachO.cpp95 : MCSection(SV_MachO, Section, K, Begin), TypeAndAttributes(TAA), in MCSectionMachO()
H A DMCContext.cpp436 unsigned TypeAndAttributes, in getMachOSection() argument
461 TypeAndAttributes, Reserved2, Kind, Begin); in getMachOSection()