Searched refs:TypeAndAttributes (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/MC/ |
| H A D | MCSectionMachO.h | 31 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 D | MCContext.h | 378 unsigned TypeAndAttributes, 383 unsigned TypeAndAttributes, SectionKind K, 385 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K,
|
| /freebsd-12.1/contrib/llvm/lib/MC/ |
| H A D | MCSectionMachO.cpp | 87 : MCSection(SV_MachO, K, Begin), TypeAndAttributes(TAA), in MCSectionMachO()
|
| H A D | MCContext.cpp | 274 unsigned TypeAndAttributes, in getMachOSection() argument 298 Segment, Section, TypeAndAttributes, Reserved2, Kind, Begin); in getMachOSection()
|