Searched refs:TypeAndAttributes (Results 1 – 4 of 4) sorted by relevance
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/ |
| H A D | MCSectionMachO.h | 32 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 D | MCContext.h | 263 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 D | MCContext.cpp | 233 unsigned TypeAndAttributes, in getMachOSection() argument 251 return Entry = new (*this) MCSectionMachO(Segment, Section, TypeAndAttributes, in getMachOSection()
|
| H A D | MCSectionMachO.cpp | 74 : MCSection(SV_MachO, K), TypeAndAttributes(TAA), Reserved2(reserved2) { in MCSectionMachO()
|