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() : m_Endian(Unknown), m_BitClass(0) { function in class:mcld::TargetOptions
19 TargetOptions::TargetOptions(const std::string& pTriple) function in class:mcld::TargetOptions
23 TargetOptions::~TargetOptions() {
26 void TargetOptions
[all...]
/frameworks/compile/mclinker/include/mcld/
H A DTargetOptions.h1 //===- TargetOptions.h ----------------------------------------------------===//
18 /** \class TargetOptions
19 * \brief TargetOptions collects the options that dependent on a target
22 class TargetOptions { class in namespace:mcld
27 TargetOptions();
29 explicit TargetOptions(const std::string& pTriple);
31 ~TargetOptions();

Completed in 72 milliseconds