Searched refs:TypeAndAttributes (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/MC/ |
D | MCSectionMachO.h | 31 unsigned TypeAndAttributes; variable 148 unsigned getTypeAndAttributes() const { return TypeAndAttributes; } in getTypeAndAttributes() 151 unsigned getType() const { return TypeAndAttributes & SECTION_TYPE; } in getType() 153 return (TypeAndAttributes & Value) != 0; in hasAttribute()
|
D | MCContext.h | 204 unsigned TypeAndAttributes, 209 unsigned TypeAndAttributes, in getMachOSection() argument 211 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K); in getMachOSection()
|
/external/llvm/lib/MC/ |
D | MCContext.cpp | 162 unsigned TypeAndAttributes, in getMachOSection() argument 185 return Entry = new (*this) MCSectionMachO(Segment, Section, TypeAndAttributes, in getMachOSection()
|
D | MCSectionMachO.cpp | 77 : MCSection(SV_MachO, K), TypeAndAttributes(TAA), Reserved2(reserved2) { in MCSectionMachO()
|