Home
last modified time | relevance | path

Searched refs:TypeAndAttributes (Results 1 – 12 of 12) sorted by relevance

/external/llvm/include/llvm/MC/
DMCSectionMachO.h31 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()
DMCContext.h331 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/
DMCSectionMachO.h31 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()
DMCContext.h382 unsigned TypeAndAttributes,
387 unsigned TypeAndAttributes, SectionKind K,
389 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K,
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCSectionMachO.h30 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()
DMCContext.h173 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/
DMCContext.cpp157 unsigned TypeAndAttributes, in getMachOSection() argument
180 return Entry = new (*this) MCSectionMachO(Segment, Section, TypeAndAttributes, in getMachOSection()
DMCSectionMachO.cpp77 : MCSection(SV_MachO, K), TypeAndAttributes(TAA), Reserved2(reserved2) { in MCSectionMachO()
/external/llvm/lib/MC/
DMCSectionMachO.cpp75 : MCSection(SV_MachO, K, Begin), TypeAndAttributes(TAA), in MCSectionMachO()
DMCContext.cpp268 unsigned TypeAndAttributes, in getMachOSection() argument
293 Segment, Section, TypeAndAttributes, Reserved2, Kind, Begin); in getMachOSection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCSectionMachO.cpp87 : MCSection(SV_MachO, K, Begin), TypeAndAttributes(TAA), in MCSectionMachO()
DMCContext.cpp274 unsigned TypeAndAttributes, in getMachOSection() argument
298 Segment, Section, TypeAndAttributes, Reserved2, Kind, Begin); in getMachOSection()