Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionMachO.h30 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.h547 unsigned TypeAndAttributes,
552 unsigned TypeAndAttributes, SectionKind K,
554 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K,
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionMachO.cpp97 TypeAndAttributes(TAA), Reserved2(reserved2) { in MCSectionMachO()
H A DMCContext.cpp551 unsigned TypeAndAttributes, in getMachOSection() argument
576 TypeAndAttributes, Reserved2, Kind, Begin); in getMachOSection()