Searched refs:TypeAndAttributes (Results 1 – 12 of 12) 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 | 331 unsigned TypeAndAttributes, 336 unsigned TypeAndAttributes, SectionKind K, 338 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K,
|
/external/swiftshader/third_party/llvm-7.0/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 | 382 unsigned TypeAndAttributes, 387 unsigned TypeAndAttributes, SectionKind K, 389 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K,
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCSectionMachO.h | 30 unsigned TypeAndAttributes; variable 147 unsigned getTypeAndAttributes() const { return TypeAndAttributes; } in getTypeAndAttributes() 150 unsigned getType() const { return TypeAndAttributes & SECTION_TYPE; } in getType() 152 return (TypeAndAttributes & Value) != 0; in hasAttribute()
|
D | MCContext.h | 173 unsigned TypeAndAttributes, 178 unsigned TypeAndAttributes, in getMachOSection() argument 180 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K); in getMachOSection()
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCContext.cpp | 157 unsigned TypeAndAttributes, in getMachOSection() argument 180 return Entry = new (*this) MCSectionMachO(Segment, Section, TypeAndAttributes, in getMachOSection()
|
D | MCSectionMachO.cpp | 77 : MCSection(SV_MachO, K), TypeAndAttributes(TAA), Reserved2(reserved2) { in MCSectionMachO()
|
/external/llvm/lib/MC/ |
D | MCSectionMachO.cpp | 75 : MCSection(SV_MachO, K, Begin), TypeAndAttributes(TAA), in MCSectionMachO()
|
D | MCContext.cpp | 268 unsigned TypeAndAttributes, in getMachOSection() argument 293 Segment, Section, TypeAndAttributes, Reserved2, Kind, Begin); in getMachOSection()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCSectionMachO.cpp | 87 : MCSection(SV_MachO, K, Begin), TypeAndAttributes(TAA), in MCSectionMachO()
|
D | MCContext.cpp | 274 unsigned TypeAndAttributes, in getMachOSection() argument 298 Segment, Section, TypeAndAttributes, Reserved2, Kind, Begin); in getMachOSection()
|