HomeSort by relevance Sort by last modified time
    Searched defs:TargetOptions (Results 1 - 4 of 4) sorted by null

  /frameworks/compile/mclinker/lib/Core/
TargetOptions.cpp 1 //===- TargetOptions.cpp --------------------------------------------------===//
9 #include <mcld/TargetOptions.h>
14 // TargetOptions
16 TargetOptions::TargetOptions()
21 TargetOptions::TargetOptions(const std::string& pTriple)
27 TargetOptions::~TargetOptions()
31 void TargetOptions::setTriple(const llvm::Triple& pTriple
    [all...]
  /external/clang/include/clang/Basic/
TargetOptions.h 1 //===--- TargetOptions.h ----------------------------------------*- C++ -*-===//
11 /// \brief Defines the clang::TargetOptions class.
24 class TargetOptions {
  /external/llvm/include/llvm/Target/
TargetOptions.h 1 //===-- llvm/Target/TargetOptions.h - Target Options ------------*- C++ -*-===//
25 // Possible float ABI settings. Used with FloatABIType in TargetOptions.h.
53 class TargetOptions {
55 TargetOptions()
230 inline bool operator==(const TargetOptions &LHS,
231 const TargetOptions &RHS) {
256 inline bool operator!=(const TargetOptions &LHS,
257 const TargetOptions &RHS) {
  /frameworks/compile/mclinker/include/mcld/
TargetOptions.h 1 //===- TargetOptions.h ----------------------------------------------------===//
18 /** \class TargetOptions
19 * \brief TargetOptions collects the options that dependent on a target
22 class TargetOptions
32 TargetOptions();
34 TargetOptions(const std::string& pTriple);
36 ~TargetOptions();

Completed in 67 milliseconds