Searched refs:TypeAndAttributes (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/MC/ |
D | MCSectionMachO.h | 32 unsigned TypeAndAttributes; variable 56 unsigned getTypeAndAttributes() const { return TypeAndAttributes; } in getTypeAndAttributes() 60 return static_cast<MachO::SectionType>(TypeAndAttributes & in getType() 64 return (TypeAndAttributes & Value) != 0; in hasAttribute()
|
D | MCContext.h | 293 unsigned TypeAndAttributes, 298 unsigned TypeAndAttributes, 301 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K,
|
/external/llvm/lib/MC/ |
D | MCContext.cpp | 238 unsigned TypeAndAttributes, unsigned Reserved2, in getMachOSection() argument 261 return Entry = new (*this) MCSectionMachO(Segment, Section, TypeAndAttributes, in getMachOSection()
|
D | MCSectionMachO.cpp | 75 : MCSection(SV_MachO, K, Begin), TypeAndAttributes(TAA), in MCSectionMachO()
|