HomeSort by relevance Sort by last modified time
    Searched defs:Triple (Results 76 - 100 of 133) sorted by null

1 2 34 5 6

  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
Triple.h 1 //===-- llvm/ADT/Triple.h - Target triple helper class ----------*- C++ -*-===//
23 /// Triple - Helper class for working with autoconf configuration names. For
37 /// At its core the Triple class is designed to be a wrapper for a triple
38 /// string; the constructor does not change or normalize the triple string.
44 class Triple {
245 /// triple fields unknown.
246 Triple()
250 explicit Triple(const Twine &Str)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
TargetInfo.h 30 #include "llvm/ADT/Triple.h"
57 llvm::Triple Triple;
103 TargetInfo(const llvm::Triple &T);
781 /// \brief Returns the target triple of the primary target.
782 const llvm::Triple &getTriple() const {
783 return Triple;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
Triple.h 1 //===-- llvm/ADT/Triple.h - Target triple helper class ----------*- C++ -*-===//
23 /// Triple - Helper class for working with autoconf configuration names. For
37 /// At its core the Triple class is designed to be a wrapper for a triple
38 /// string; the constructor does not change or normalize the triple string.
44 class Triple {
245 /// triple fields unknown.
246 Triple()
250 explicit Triple(const Twine &Str)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/
TargetInfo.h 30 #include "llvm/ADT/Triple.h"
57 llvm::Triple Triple;
103 TargetInfo(const llvm::Triple &T);
781 /// \brief Returns the target triple of the primary target.
782 const llvm::Triple &getTriple() const {
783 return Triple;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
Triple.h 1 //===-- llvm/ADT/Triple.h - Target triple helper class ----------*- C++ -*-===//
23 /// Triple - Helper class for working with autoconf configuration names. For
37 /// At its core the Triple class is designed to be a wrapper for a triple
38 /// string; the constructor does not change or normalize the triple string.
44 class Triple {
245 /// triple fields unknown.
246 Triple()
250 explicit Triple(const Twine &Str)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
TargetInfo.h 30 #include "llvm/ADT/Triple.h"
57 llvm::Triple Triple;
103 TargetInfo(const llvm::Triple &T);
781 /// \brief Returns the target triple of the primary target.
782 const llvm::Triple &getTriple() const {
783 return Triple;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
Triple.h 1 //===-- llvm/ADT/Triple.h - Target triple helper class ----------*- C++ -*-===//
23 /// Triple - Helper class for working with autoconf configuration names. For
37 /// At its core the Triple class is designed to be a wrapper for a triple
38 /// string; the constructor does not change or normalize the triple string.
44 class Triple {
245 /// triple fields unknown.
246 Triple()
250 explicit Triple(const Twine &Str)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
TargetInfo.h 29 #include "llvm/ADT/Triple.h"
55 llvm::Triple Triple;
101 TargetInfo(const llvm::Triple &T);
776 /// \brief Returns the target triple of the primary target.
777 const llvm::Triple &getTriple() const {
778 return Triple;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
Triple.h 1 //===-- llvm/ADT/Triple.h - Target triple helper class ----------*- C++ -*-===//
23 /// Triple - Helper class for working with autoconf configuration names. For
37 /// At its core the Triple class is designed to be a wrapper for a triple
38 /// string; the constructor does not change or normalize the triple string.
44 class Triple {
239 /// triple fields unknown.
240 Triple() : Data(), Arch(), Vendor(), OS(), Environment(), ObjectFormat() {}
242 explicit Triple(const Twine &Str)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/
TargetInfo.h 29 #include "llvm/ADT/Triple.h"
55 llvm::Triple Triple;
101 TargetInfo(const llvm::Triple &T);
776 /// \brief Returns the target triple of the primary target.
777 const llvm::Triple &getTriple() const {
778 return Triple;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
Triple.h 1 //===-- llvm/ADT/Triple.h - Target triple helper class ----------*- C++ -*-===//
23 /// Triple - Helper class for working with autoconf configuration names. For
37 /// At its core the Triple class is designed to be a wrapper for a triple
38 /// string; the constructor does not change or normalize the triple string.
44 class Triple {
242 /// triple fields unknown.
243 Triple()
247 explicit Triple(const Twine &Str)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/
TargetInfo.h 29 #include "llvm/ADT/Triple.h"
55 llvm::Triple Triple;
101 TargetInfo(const llvm::Triple &T);
776 /// \brief Returns the target triple of the primary target.
777 const llvm::Triple &getTriple() const {
778 return Triple;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
Triple.h 1 //===-- llvm/ADT/Triple.h - Target triple helper class ----------*- C++ -*-===//
23 /// Triple - Helper class for working with autoconf configuration names. For
37 /// At its core the Triple class is designed to be a wrapper for a triple
38 /// string; the constructor does not change or normalize the triple string.
44 class Triple {
242 /// triple fields unknown.
243 Triple()
247 explicit Triple(const Twine &Str)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/
TargetInfo.h 30 #include "llvm/ADT/Triple.h"
57 llvm::Triple Triple;
103 TargetInfo(const llvm::Triple &T);
781 /// \brief Returns the target triple of the primary target.
782 const llvm::Triple &getTriple() const {
783 return Triple;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
Triple.h 1 //===-- llvm/ADT/Triple.h - Target triple helper class ----------*- C++ -*-===//
23 /// Triple - Helper class for working with autoconf configuration names. For
37 /// At its core the Triple class is designed to be a wrapper for a triple
38 /// string; the constructor does not change or normalize the triple string.
44 class Triple {
245 /// triple fields unknown.
246 Triple()
250 explicit Triple(const Twine &Str)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/
TargetInfo.h 30 #include "llvm/ADT/Triple.h"
57 llvm::Triple Triple;
103 TargetInfo(const llvm::Triple &T);
781 /// \brief Returns the target triple of the primary target.
782 const llvm::Triple &getTriple() const {
783 return Triple;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
Triple.h 1 //===-- llvm/ADT/Triple.h - Target triple helper class ----------*- C++ -*-===//
23 /// Triple - Helper class for working with autoconf configuration names. For
37 /// At its core the Triple class is designed to be a wrapper for a triple
38 /// string; the constructor does not change or normalize the triple string.
44 class Triple {
245 /// triple fields unknown.
246 Triple()
250 explicit Triple(const Twine &Str)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/
TargetInfo.h 30 #include "llvm/ADT/Triple.h"
57 llvm::Triple Triple;
103 TargetInfo(const llvm::Triple &T);
781 /// \brief Returns the target triple of the primary target.
782 const llvm::Triple &getTriple() const {
783 return Triple;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
Triple.h 1 //===-- llvm/ADT/Triple.h - Target triple helper class ----------*- C++ -*-===//
23 /// Triple - Helper class for working with autoconf configuration names. For
37 /// At its core the Triple class is designed to be a wrapper for a triple
38 /// string; the constructor does not change or normalize the triple string.
44 class Triple {
245 /// triple fields unknown.
246 Triple()
250 explicit Triple(const Twine &Str)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
TargetInfo.h 30 #include "llvm/ADT/Triple.h"
57 llvm::Triple Triple;
103 TargetInfo(const llvm::Triple &T);
781 /// \brief Returns the target triple of the primary target.
782 const llvm::Triple &getTriple() const {
783 return Triple;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
Triple.h 1 //===-- llvm/ADT/Triple.h - Target triple helper class ----------*- C++ -*-===//
23 /// Triple - Helper class for working with autoconf configuration names. For
37 /// At its core the Triple class is designed to be a wrapper for a triple
38 /// string; the constructor does not change or normalize the triple string.
44 class Triple {
245 /// triple fields unknown.
246 Triple()
250 explicit Triple(const Twine &Str)
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 510 /// @brief Cheap mechanism to just extract module triple
    [all...]
  /external/clang/lib/Driver/
ToolChains.cpp 45 MachO::MachO(const Driver &D, const llvm::Triple &Triple, const ArgList &Args)
46 : ToolChain(D, Triple, Args) {
54 Darwin::Darwin(const Driver &D, const llvm::Triple &Triple, const ArgList &Args)
55 : MachO(D, Triple, Args), TargetInitialized(false) {}
129 // FIXME: Make sure this MachO triple mangling is really necessary.
158 case llvm::Triple::aarch64:
161 case llvm::Triple::thumb:
162 case llvm::Triple::arm
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 13 #include "llvm/ADT/Triple.h"
309 /// \brief Cheap mechanism to just extract module triple
436 unsigned NameIndex, Triple &TT);
    [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]

Completed in 3697 milliseconds

1 2 34 5 6