Searched defs:TargetOptions (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Core/
H A DTargetOptions.cpp1 //===- TargetOptions.cpp --------------------------------------------------===//
9 #include <mcld/TargetOptions.h>
14 // TargetOptions
16 TargetOptions::TargetOptions() function in class:TargetOptions
21 TargetOptions::TargetOptions(const std::string& pTriple) function in class:TargetOptions
27 TargetOptions::~TargetOptions()
31 void TargetOptions
[all...]
/frameworks/compile/mclinker/include/mcld/
H A DTargetOptions.h1 //===- TargetOptions.h ----------------------------------------------------===//
21 /** \class TargetOptions
22 * \brief TargetOptions collects the options that dependent on a target
25 class TargetOptions class in namespace:mcld
35 TargetOptions();
37 TargetOptions(const std::string& pTriple);
39 ~TargetOptions();

Completed in 93 milliseconds