Searched refs:TypeAndAttributes (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/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 | 553 unsigned TypeAndAttributes, 558 unsigned TypeAndAttributes, SectionKind K, 560 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K,
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MCSectionMachO.cpp | 93 : MCSection(SV_MachO, Section, K, Begin), TypeAndAttributes(TAA), in MCSectionMachO()
|
| H A D | MCContext.cpp | 442 unsigned TypeAndAttributes, in getMachOSection() argument 467 TypeAndAttributes, Reserved2, Kind, Begin); in getMachOSection()
|