Searched refs:TypeAndAttributes (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/MC/ |
D | MCSectionMachO.h | 31 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()
|
D | MCContext.h | 309 unsigned TypeAndAttributes, 314 unsigned TypeAndAttributes, SectionKind K, 316 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K,
|
/external/llvm/lib/MC/ |
D | MCContext.cpp | 271 unsigned TypeAndAttributes, in getMachOSection() argument 296 Segment, Section, TypeAndAttributes, Reserved2, Kind, Begin); in getMachOSection()
|
D | MCSectionMachO.cpp | 75 : MCSection(SV_MachO, K, Begin), TypeAndAttributes(TAA), in MCSectionMachO()
|