Home
last modified time | relevance | path

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/
DMCSectionMachO.h30 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()
DMCContext.h413 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/
DMCSectionMachO.cpp86 : MCSection(SV_MachO, K, Begin), TypeAndAttributes(TAA), in MCSectionMachO()
DMCContext.cpp287 unsigned TypeAndAttributes, in getMachOSection() argument
311 Segment, Section, TypeAndAttributes, Reserved2, Kind, Begin); in getMachOSection()