Searched refs:TypeAndAttributes (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCSectionMachO.h | 29 unsigned TypeAndAttributes; variable 47 unsigned getTypeAndAttributes() const { return TypeAndAttributes; } in getTypeAndAttributes() 51 return static_cast<MachO::SectionType>(TypeAndAttributes & in getType() 55 return (TypeAndAttributes & Value) != 0; in hasAttribute()
|
| H A D | MCContext.h | 554 unsigned TypeAndAttributes, 559 unsigned TypeAndAttributes, SectionKind K, 561 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCSectionMachO.cpp | 95 : MCSection(SV_MachO, Section, K, Begin), TypeAndAttributes(TAA), in MCSectionMachO()
|
| H A D | MCContext.cpp | 438 unsigned TypeAndAttributes, in getMachOSection() argument 463 TypeAndAttributes, Reserved2, Kind, Begin); in getMachOSection()
|