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

1 2 3 4 5 6 7 8 91011>>

  /external/swiftshader/third_party/LLVM/include/llvm/
GlobalValue.h 31 /// @brief An enumeration for the kinds of linkage for global values.
48 ExternalWeakLinkage,///< ExternalWeak linkage description.
61 LinkageTypes linkage, const Twine &Name)
63 Linkage(linkage), Visibility(DefaultVisibility), Alignment(0),
70 // Linkage and Visibility from turning into negative values.
71 LinkageTypes Linkage : 5; // The linkage of this global
120 static bool isExternalLinkage(LinkageTypes Linkage) {
121 return Linkage == ExternalLinkage
    [all...]
  /external/clang/include/clang/Basic/
Linkage.h 1 //===--- Linkage.h - Linkage enumeration and utilities ----------*- C++ -*-===//
11 /// \brief Defines the Linkage enumeration and various utility functions.
23 /// \brief Describes the different kinds of linkage
25 enum Linkage : unsigned char {
26 /// \brief No linkage, which means that the entity is unique and
30 /// \brief Internal linkage, which indicates that the entity can
35 /// \brief External linkage within a unique namespace.
38 /// linkage. However, since they reside in an anonymous namespace,
40 /// equivalent to having internal linkage from the code-generatio
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
Linkage.h 1 //===--- Linkage.h - Linkage enumeration and utilities ----------*- C++ -*-===//
11 /// \brief Defines the Linkage enumeration and various utility functions.
23 /// \brief Describes the different kinds of linkage
25 enum Linkage : unsigned char {
26 /// \brief No linkage, which means that the entity is unique and
30 /// \brief Internal linkage, which indicates that the entity can
35 /// \brief External linkage within a unique namespace.
38 /// linkage. However, since they reside in an anonymous namespace,
40 /// equivalent to having internal linkage from the code-generatio
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
Linkage.h 1 //===--- Linkage.h - Linkage enumeration and utilities ----------*- C++ -*-===//
11 /// \brief Defines the Linkage enumeration and various utility functions.
23 /// \brief Describes the different kinds of linkage
25 enum Linkage : unsigned char {
26 /// \brief No linkage, which means that the entity is unique and
30 /// \brief Internal linkage, which indicates that the entity can
35 /// \brief External linkage within a unique namespace.
38 /// linkage. However, since they reside in an anonymous namespace,
40 /// equivalent to having internal linkage from the code-generatio
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/
Linkage.h 1 //===--- Linkage.h - Linkage enumeration and utilities ----------*- C++ -*-===//
11 /// \brief Defines the Linkage enumeration and various utility functions.
23 /// \brief Describes the different kinds of linkage
25 enum Linkage : unsigned char {
26 /// \brief No linkage, which means that the entity is unique and
30 /// \brief Internal linkage, which indicates that the entity can
35 /// \brief External linkage within a unique namespace.
38 /// linkage. However, since they reside in an anonymous namespace,
40 /// equivalent to having internal linkage from the code-generatio
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/
Linkage.h 1 //===--- Linkage.h - Linkage enumeration and utilities ----------*- C++ -*-===//
11 /// \brief Defines the Linkage enumeration and various utility functions.
23 /// \brief Describes the different kinds of linkage
25 enum Linkage : unsigned char {
26 /// \brief No linkage, which means that the entity is unique and
30 /// \brief Internal linkage, which indicates that the entity can
35 /// \brief External linkage within a unique namespace.
38 /// linkage. However, since they reside in an anonymous namespace,
40 /// equivalent to having internal linkage from the code-generatio
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
Linkage.h 1 //===--- Linkage.h - Linkage enumeration and utilities ----------*- C++ -*-===//
11 /// \brief Defines the Linkage enumeration and various utility functions.
23 /// \brief Describes the different kinds of linkage
25 enum Linkage : unsigned char {
26 /// \brief No linkage, which means that the entity is unique and
30 /// \brief Internal linkage, which indicates that the entity can
35 /// \brief External linkage within a unique namespace.
38 /// linkage. However, since they reside in an anonymous namespace,
40 /// equivalent to having internal linkage from the code-generatio
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/
Linkage.h 1 //===--- Linkage.h - Linkage enumeration and utilities ----------*- C++ -*-===//
11 /// \brief Defines the Linkage enumeration and various utility functions.
23 /// \brief Describes the different kinds of linkage
25 enum Linkage : unsigned char {
26 /// \brief No linkage, which means that the entity is unique and
30 /// \brief Internal linkage, which indicates that the entity can
35 /// \brief External linkage within a unique namespace.
38 /// linkage. However, since they reside in an anonymous namespace,
40 /// equivalent to having internal linkage from the code-generatio
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
Linkage.h 1 //===--- Linkage.h - Linkage enumeration and utilities ----------*- C++ -*-===//
11 /// \brief Defines the Linkage enumeration and various utility functions.
23 /// \brief Describes the different kinds of linkage
25 enum Linkage : unsigned char {
26 /// \brief No linkage, which means that the entity is unique and
30 /// \brief Internal linkage, which indicates that the entity can
35 /// \brief External linkage within a unique namespace.
38 /// linkage. However, since they reside in an anonymous namespace,
40 /// equivalent to having internal linkage from the code-generatio
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
Linkage.h 1 //===--- Linkage.h - Linkage enumeration and utilities ----------*- C++ -*-===//
11 /// \brief Defines the Linkage enumeration and various utility functions.
23 /// \brief Describes the different kinds of linkage
25 enum Linkage : unsigned char {
26 /// \brief No linkage, which means that the entity is unique and
30 /// \brief Internal linkage, which indicates that the entity can
35 /// \brief External linkage within a unique namespace.
38 /// linkage. However, since they reside in an anonymous namespace,
40 /// equivalent to having internal linkage from the code-generatio
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/
Linkage.h 1 //===--- Linkage.h - Linkage enumeration and utilities ----------*- C++ -*-===//
11 /// \brief Defines the Linkage enumeration and various utility functions.
23 /// \brief Describes the different kinds of linkage
25 enum Linkage : unsigned char {
26 /// \brief No linkage, which means that the entity is unique and
30 /// \brief Internal linkage, which indicates that the entity can
35 /// \brief External linkage within a unique namespace.
38 /// linkage. However, since they reside in an anonymous namespace,
40 /// equivalent to having internal linkage from the code-generatio
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/
Linkage.h 1 //===--- Linkage.h - Linkage enumeration and utilities ----------*- C++ -*-===//
11 /// \brief Defines the Linkage enumeration and various utility functions.
23 /// \brief Describes the different kinds of linkage
25 enum Linkage : unsigned char {
26 /// \brief No linkage, which means that the entity is unique and
30 /// \brief Internal linkage, which indicates that the entity can
35 /// \brief External linkage within a unique namespace.
38 /// linkage. However, since they reside in an anonymous namespace,
40 /// equivalent to having internal linkage from the code-generatio
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/
Linkage.h 1 //===--- Linkage.h - Linkage enumeration and utilities ----------*- C++ -*-===//
11 /// \brief Defines the Linkage enumeration and various utility functions.
23 /// \brief Describes the different kinds of linkage
25 enum Linkage : unsigned char {
26 /// \brief No linkage, which means that the entity is unique and
30 /// \brief Internal linkage, which indicates that the entity can
35 /// \brief External linkage within a unique namespace.
38 /// linkage. However, since they reside in an anonymous namespace,
40 /// equivalent to having internal linkage from the code-generatio
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/
Linkage.h 1 //===--- Linkage.h - Linkage enumeration and utilities ----------*- C++ -*-===//
11 /// \brief Defines the Linkage enumeration and various utility functions.
23 /// \brief Describes the different kinds of linkage
25 enum Linkage : unsigned char {
26 /// \brief No linkage, which means that the entity is unique and
30 /// \brief Internal linkage, which indicates that the entity can
35 /// \brief External linkage within a unique namespace.
38 /// linkage. However, since they reside in an anonymous namespace,
40 /// equivalent to having internal linkage from the code-generatio
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/
Linkage.h 1 //===--- Linkage.h - Linkage enumeration and utilities ----------*- C++ -*-===//
11 /// \brief Defines the Linkage enumeration and various utility functions.
23 /// \brief Describes the different kinds of linkage
25 enum Linkage : unsigned char {
26 /// \brief No linkage, which means that the entity is unique and
30 /// \brief Internal linkage, which indicates that the entity can
35 /// \brief External linkage within a unique namespace.
38 /// linkage. However, since they reside in an anonymous namespace,
40 /// equivalent to having internal linkage from the code-generatio
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
Linkage.h 1 //===--- Linkage.h - Linkage enumeration and utilities ----------*- C++ -*-===//
11 /// \brief Defines the Linkage enumeration and various utility functions.
23 /// \brief Describes the different kinds of linkage
25 enum Linkage : unsigned char {
26 /// \brief No linkage, which means that the entity is unique and
30 /// \brief Internal linkage, which indicates that the entity can
35 /// \brief External linkage within a unique namespace.
38 /// linkage. However, since they reside in an anonymous namespace,
40 /// equivalent to having internal linkage from the code-generatio
    [all...]
  /external/llvm/include/llvm/IR/
GlobalValue.h 39 /// @brief An enumeration for the kinds of linkage for global values.
50 ExternalWeakLinkage,///< ExternalWeak linkage description.
70 LinkageTypes Linkage, const Twine &Name, unsigned AddressSpace)
72 ValueType(Ty), Linkage(Linkage), Visibility(DefaultVisibility),
82 unsigned Linkage : 4; // The linkage of this global
203 "local linkage requires default visibility");
246 static bool isExternalLinkage(LinkageTypes Linkage) {
247 return Linkage == ExternalLinkage
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
GlobalValue.h 47 /// @brief An enumeration for the kinds of linkage for global values.
58 ExternalWeakLinkage,///< ExternalWeak linkage description.
78 LinkageTypes Linkage, const Twine &Name, unsigned AddressSpace)
80 ValueType(Ty), Linkage(Linkage), Visibility(DefaultVisibility),
90 unsigned Linkage : 4; // The linkage of this global
220 "local linkage requires default visibility");
263 static bool isExternalLinkage(LinkageTypes Linkage) {
264 return Linkage == ExternalLinkage
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
GlobalValue.h 47 /// @brief An enumeration for the kinds of linkage for global values.
58 ExternalWeakLinkage,///< ExternalWeak linkage description.
78 LinkageTypes Linkage, const Twine &Name, unsigned AddressSpace)
80 ValueType(Ty), Linkage(Linkage), Visibility(DefaultVisibility),
93 unsigned Linkage : 4; // The linkage of this global
228 "local linkage requires default visibility");
271 static bool isExternalLinkage(LinkageTypes Linkage) {
272 return Linkage == ExternalLinkage
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
GlobalValue.h 47 /// @brief An enumeration for the kinds of linkage for global values.
58 ExternalWeakLinkage,///< ExternalWeak linkage description.
78 LinkageTypes Linkage, const Twine &Name, unsigned AddressSpace)
80 ValueType(Ty), Linkage(Linkage), Visibility(DefaultVisibility),
93 unsigned Linkage : 4; // The linkage of this global
228 "local linkage requires default visibility");
271 static bool isExternalLinkage(LinkageTypes Linkage) {
272 return Linkage == ExternalLinkage
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
GlobalValue.h 47 /// @brief An enumeration for the kinds of linkage for global values.
58 ExternalWeakLinkage,///< ExternalWeak linkage description.
78 LinkageTypes Linkage, const Twine &Name, unsigned AddressSpace)
80 ValueType(Ty), Linkage(Linkage), Visibility(DefaultVisibility),
93 unsigned Linkage : 4; // The linkage of this global
228 "local linkage requires default visibility");
271 static bool isExternalLinkage(LinkageTypes Linkage) {
272 return Linkage == ExternalLinkage
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
GlobalValue.h 47 /// @brief An enumeration for the kinds of linkage for global values.
58 ExternalWeakLinkage,///< ExternalWeak linkage description.
78 LinkageTypes Linkage, const Twine &Name, unsigned AddressSpace)
80 ValueType(Ty), Linkage(Linkage), Visibility(DefaultVisibility),
93 unsigned Linkage : 4; // The linkage of this global
228 "local linkage requires default visibility");
271 static bool isExternalLinkage(LinkageTypes Linkage) {
272 return Linkage == ExternalLinkage
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
GlobalValue.h 47 /// @brief An enumeration for the kinds of linkage for global values.
58 ExternalWeakLinkage,///< ExternalWeak linkage description.
78 LinkageTypes Linkage, const Twine &Name, unsigned AddressSpace)
80 ValueType(Ty), Linkage(Linkage), Visibility(DefaultVisibility),
93 unsigned Linkage : 4; // The linkage of this global
228 "local linkage requires default visibility");
271 static bool isExternalLinkage(LinkageTypes Linkage) {
272 return Linkage == ExternalLinkage
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
GlobalValue.h 47 /// @brief An enumeration for the kinds of linkage for global values.
58 ExternalWeakLinkage,///< ExternalWeak linkage description.
78 LinkageTypes Linkage, const Twine &Name, unsigned AddressSpace)
80 ValueType(Ty), Linkage(Linkage), Visibility(DefaultVisibility),
93 unsigned Linkage : 4; // The linkage of this global
228 "local linkage requires default visibility");
271 static bool isExternalLinkage(LinkageTypes Linkage) {
272 return Linkage == ExternalLinkage
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
GlobalValue.h 47 /// @brief An enumeration for the kinds of linkage for global values.
58 ExternalWeakLinkage,///< ExternalWeak linkage description.
78 LinkageTypes Linkage, const Twine &Name, unsigned AddressSpace)
80 ValueType(Ty), Linkage(Linkage), Visibility(DefaultVisibility),
93 unsigned Linkage : 4; // The linkage of this global
228 "local linkage requires default visibility");
271 static bool isExternalLinkage(LinkageTypes Linkage) {
272 return Linkage == ExternalLinkage
    [all...]

Completed in 565 milliseconds

1 2 3 4 5 6 7 8 91011>>