Searched refs:TypeAndAttributes (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCSectionMachO.h | 30 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 | 547 unsigned TypeAndAttributes, 552 unsigned TypeAndAttributes, SectionKind K, 554 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K,
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCSectionMachO.cpp | 97 TypeAndAttributes(TAA), Reserved2(reserved2) { in MCSectionMachO()
|
| H A D | MCContext.cpp | 551 unsigned TypeAndAttributes, in getMachOSection() argument 576 TypeAndAttributes, Reserved2, Kind, Begin); in getMachOSection()
|