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

  /frameworks/compile/mclinker/lib/Core/
LinkerConfig.cpp 1 //===- LinkerConfig.cpp ---------------------------------------------------===//
9 #include "mcld/LinkerConfig.h"
17 // LinkerConfig
19 LinkerConfig::LinkerConfig()
29 LinkerConfig::LinkerConfig(const std::string& pTripleString)
39 LinkerConfig::~LinkerConfig() {
44 const char* LinkerConfig::version()
    [all...]
  /frameworks/compile/mclinker/include/mcld/
LinkerConfig.h 1 //===- LinkerConfig.h -----------------------------------------------------===//
23 /** \class LinkerConfig
24 * \brief LinkerConfig is composed of argumments of MCLinker.
29 class LinkerConfig {
57 LinkerConfig();
59 explicit LinkerConfig(const std::string& pTripleString);
61 ~LinkerConfig();

Completed in 50 milliseconds