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.h29 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()
H A DMCContext.h540 unsigned TypeAndAttributes,
545 unsigned TypeAndAttributes, SectionKind K,
547 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.cpp490 unsigned TypeAndAttributes, in getMachOSection() argument
515 TypeAndAttributes, Reserved2, Kind, Begin); in getMachOSection()