Searched refs:TypeAndAttributes (Results 1 – 12 of 12) sorted by relevance
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCSectionMachO.h | 29 unsigned TypeAndAttributes; variable 47 unsigned getTypeAndAttributes() const { return TypeAndAttributes; } in getTypeAndAttributes() 51 return static_cast<MachO::SectionType>(TypeAndAttributes & in getType() 55 return (TypeAndAttributes & Value) != 0; in hasAttribute()
|
D | MCContext.h | 464 unsigned TypeAndAttributes, 469 unsigned TypeAndAttributes, SectionKind K, 471 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCSectionMachO.h | 30 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()
|
D | MCContext.h | 413 unsigned TypeAndAttributes, 418 unsigned TypeAndAttributes, SectionKind K, 420 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K,
|
/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/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/llvm-project/llvm/lib/MC/ |
D | MCSectionMachO.cpp | 86 : MCSection(SV_MachO, Section, K, Begin), TypeAndAttributes(TAA), in MCSectionMachO()
|
D | MCContext.cpp | 364 unsigned TypeAndAttributes, in getMachOSection() argument 389 TypeAndAttributes, Reserved2, Kind, Begin); in getMachOSection()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCSectionMachO.cpp | 86 : MCSection(SV_MachO, K, Begin), TypeAndAttributes(TAA), in MCSectionMachO()
|
D | MCContext.cpp | 287 unsigned TypeAndAttributes, in getMachOSection() argument 311 Segment, Section, TypeAndAttributes, Reserved2, Kind, Begin); in getMachOSection()
|