HomeSort by relevance Sort by last modified time
    Searched refs:TypeAndAttributes (Results 1 - 25 of 36) sorted by null

1 2

  /external/llvm/include/llvm/MC/
MCSectionMachO.h 31 unsigned TypeAndAttributes;
55 unsigned getTypeAndAttributes() const { return TypeAndAttributes; }
59 return static_cast<MachO::SectionType>(TypeAndAttributes &
63 return (TypeAndAttributes & Value) != 0;
MCContext.h 331 unsigned TypeAndAttributes,
336 unsigned TypeAndAttributes, SectionKind K,
338 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCSectionMachO.h 31 unsigned TypeAndAttributes;
55 unsigned getTypeAndAttributes() const { return TypeAndAttributes; }
59 return static_cast<MachO::SectionType>(TypeAndAttributes &
63 return (TypeAndAttributes & Value) != 0;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
MCSectionMachO.h 31 unsigned TypeAndAttributes;
55 unsigned getTypeAndAttributes() const { return TypeAndAttributes; }
59 return static_cast<MachO::SectionType>(TypeAndAttributes &
63 return (TypeAndAttributes & Value) != 0;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
MCSectionMachO.h 31 unsigned TypeAndAttributes;
55 unsigned getTypeAndAttributes() const { return TypeAndAttributes; }
59 return static_cast<MachO::SectionType>(TypeAndAttributes &
63 return (TypeAndAttributes & Value) != 0;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
MCSectionMachO.h 31 unsigned TypeAndAttributes;
55 unsigned getTypeAndAttributes() const { return TypeAndAttributes; }
59 return static_cast<MachO::SectionType>(TypeAndAttributes &
63 return (TypeAndAttributes & Value) != 0;
MCContext.h 368 unsigned TypeAndAttributes,
373 unsigned TypeAndAttributes, SectionKind K,
375 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
MCSectionMachO.h 31 unsigned TypeAndAttributes;
55 unsigned getTypeAndAttributes() const { return TypeAndAttributes; }
59 return static_cast<MachO::SectionType>(TypeAndAttributes &
63 return (TypeAndAttributes & Value) != 0;
MCContext.h 368 unsigned TypeAndAttributes,
373 unsigned TypeAndAttributes, SectionKind K,
375 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
MCSectionMachO.h 31 unsigned TypeAndAttributes;
55 unsigned getTypeAndAttributes() const { return TypeAndAttributes; }
59 return static_cast<MachO::SectionType>(TypeAndAttributes &
63 return (TypeAndAttributes & Value) != 0;
MCContext.h 368 unsigned TypeAndAttributes,
373 unsigned TypeAndAttributes, SectionKind K,
375 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
MCSectionMachO.h 31 unsigned TypeAndAttributes;
55 unsigned getTypeAndAttributes() const { return TypeAndAttributes; }
59 return static_cast<MachO::SectionType>(TypeAndAttributes &
63 return (TypeAndAttributes & Value) != 0;
MCContext.h 368 unsigned TypeAndAttributes,
373 unsigned TypeAndAttributes, SectionKind K,
375 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCSectionMachO.h 31 unsigned TypeAndAttributes;
55 unsigned getTypeAndAttributes() const { return TypeAndAttributes; }
59 return static_cast<MachO::SectionType>(TypeAndAttributes &
63 return (TypeAndAttributes & Value) != 0;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
MCSectionMachO.h 31 unsigned TypeAndAttributes;
55 unsigned getTypeAndAttributes() const { return TypeAndAttributes; }
59 return static_cast<MachO::SectionType>(TypeAndAttributes &
63 return (TypeAndAttributes & Value) != 0;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/
MCSectionMachO.h 31 unsigned TypeAndAttributes;
55 unsigned getTypeAndAttributes() const { return TypeAndAttributes; }
59 return static_cast<MachO::SectionType>(TypeAndAttributes &
63 return (TypeAndAttributes & Value) != 0;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/
MCSectionMachO.h 31 unsigned TypeAndAttributes;
55 unsigned getTypeAndAttributes() const { return TypeAndAttributes; }
59 return static_cast<MachO::SectionType>(TypeAndAttributes &
63 return (TypeAndAttributes & Value) != 0;
MCContext.h 368 unsigned TypeAndAttributes,
373 unsigned TypeAndAttributes, SectionKind K,
375 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
MCSectionMachO.h 31 unsigned TypeAndAttributes;
55 unsigned getTypeAndAttributes() const { return TypeAndAttributes; }
59 return static_cast<MachO::SectionType>(TypeAndAttributes &
63 return (TypeAndAttributes & Value) != 0;
MCContext.h 368 unsigned TypeAndAttributes,
373 unsigned TypeAndAttributes, SectionKind K,
375 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
MCSectionMachO.h 31 unsigned TypeAndAttributes;
55 unsigned getTypeAndAttributes() const { return TypeAndAttributes; }
59 return static_cast<MachO::SectionType>(TypeAndAttributes &
63 return (TypeAndAttributes & Value) != 0;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
MCSectionMachO.h 31 unsigned TypeAndAttributes;
55 unsigned getTypeAndAttributes() const { return TypeAndAttributes; }
59 return static_cast<MachO::SectionType>(TypeAndAttributes &
63 return (TypeAndAttributes & Value) != 0;
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCSectionMachO.h 28 /// TypeAndAttributes - This is the SECTION_TYPE and SECTION_ATTRIBUTES
30 unsigned TypeAndAttributes;
44 // TypeAndAttributes bitmasks.
147 unsigned getTypeAndAttributes() const { return TypeAndAttributes; }
150 unsigned getType() const { return TypeAndAttributes & SECTION_TYPE; }
152 return (TypeAndAttributes & Value) != 0;
MCContext.h 173 unsigned TypeAndAttributes,
178 unsigned TypeAndAttributes,
180 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K);
  /external/swiftshader/third_party/LLVM/lib/MC/
MCContext.cpp 157 unsigned TypeAndAttributes,
180 return Entry = new (*this) MCSectionMachO(Segment, Section, TypeAndAttributes,

Completed in 473 milliseconds

1 2