Searched refs:TypeAndAttributes (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCSectionMachO.h | 29 unsigned TypeAndAttributes; variable 54 unsigned getTypeAndAttributes() const { return TypeAndAttributes; } in getTypeAndAttributes() 58 return static_cast<MachO::SectionType>(TypeAndAttributes & in getType() 62 return (TypeAndAttributes & Value) != 0; in hasAttribute()
|
H A D | MCContext.h | 540 unsigned TypeAndAttributes, 545 unsigned TypeAndAttributes, SectionKind K, 547 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 | 490 unsigned TypeAndAttributes, in getMachOSection() argument 515 TypeAndAttributes, Reserved2, Kind, Begin); in getMachOSection()
|