Searched refs:TypeAndAttributes (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/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,
|
/third_party/skia/third_party/externals/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()
|