Searched refs:TypeAndAttributes (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/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 | 529 unsigned TypeAndAttributes, 534 unsigned TypeAndAttributes, SectionKind K, 536 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCSectionMachO.cpp | 86 : MCSection(SV_MachO, Section, K, Begin), TypeAndAttributes(TAA), in MCSectionMachO()
|
| H A D | MCContext.cpp | 421 unsigned TypeAndAttributes, in getMachOSection() argument 446 TypeAndAttributes, Reserved2, Kind, Begin); in getMachOSection()
|