Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCSectionMachO.h32 unsigned TypeAndAttributes; variable
64 unsigned getTypeAndAttributes() const { return TypeAndAttributes; } in getTypeAndAttributes()
68 return static_cast<MachO::SectionType>(TypeAndAttributes & in getType()
72 return (TypeAndAttributes & Value) != 0; in hasAttribute()
H A DMCContext.h263 unsigned TypeAndAttributes,
268 unsigned TypeAndAttributes, in getMachOSection() argument
270 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K); in getMachOSection()
/minix3/external/bsd/llvm/dist/llvm/lib/MC/
H A DMCContext.cpp233 unsigned TypeAndAttributes, in getMachOSection() argument
251 return Entry = new (*this) MCSectionMachO(Segment, Section, TypeAndAttributes, in getMachOSection()
H A DMCSectionMachO.cpp74 : MCSection(SV_MachO, K), TypeAndAttributes(TAA), Reserved2(reserved2) { in MCSectionMachO()