Searched defs:TargetOptions (Results 1 - 2 of 2) sorted by last modified time

/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
32 TargetOptions();
34 TargetOptions(const std::string& pTriple);
36 ~TargetOptions();
/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...]

Completed in 968 milliseconds