Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/MC/
DMCSectionMachO.h29 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()
DMCContext.h464 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/
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,
/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/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/llvm-project/llvm/lib/MC/
DMCSectionMachO.cpp86 : MCSection(SV_MachO, Section, K, Begin), TypeAndAttributes(TAA), in MCSectionMachO()
DMCContext.cpp364 unsigned TypeAndAttributes, in getMachOSection() argument
389 TypeAndAttributes, Reserved2, Kind, Begin); in getMachOSection()
/external/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()