Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCSectionMachO.h30 unsigned TypeAndAttributes; variable
54 unsigned getTypeAndAttributes() const { return TypeAndAttributes; } in getTypeAndAttributes()
58 return static_cast<MachO::SectionType>(TypeAndAttributes & in getType()
62 return (TypeAndAttributes & Value) != 0; in hasAttribute()
HDMCContext.h413 unsigned TypeAndAttributes,
418 unsigned TypeAndAttributes, SectionKind K,
420 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
HDMCSectionMachO.cpp86 : MCSection(SV_MachO, K, Begin), TypeAndAttributes(TAA), in MCSectionMachO()
HDMCContext.cpp287 unsigned TypeAndAttributes, in getMachOSection() argument
311 Segment, Section, TypeAndAttributes, Reserved2, Kind, Begin); in getMachOSection()