Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.h553 unsigned TypeAndAttributes,
558 unsigned TypeAndAttributes, SectionKind K,
560 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K,
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCSectionMachO.cpp93 : MCSection(SV_MachO, Section, K, Begin), TypeAndAttributes(TAA), in MCSectionMachO()
H A DMCContext.cpp442 unsigned TypeAndAttributes, in getMachOSection() argument
467 TypeAndAttributes, Reserved2, Kind, Begin); in getMachOSection()