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

  /frameworks/compile/mclinker/lib/Core/
LinkerScript.cpp 1 //===- LinkerScript.cpp ---------------------------------------------------===//
9 #include <mcld/LinkerScript.h>
14 // LinkerScript
16 LinkerScript::LinkerScript()
20 LinkerScript::~LinkerScript()
24 const mcld::sys::fs::Path& LinkerScript::sysroot() const
29 void LinkerScript::setSysroot(const mcld::sys::fs::Path &pSysroot)
34 bool LinkerScript::hasSysroot() cons
    [all...]
  /frameworks/compile/mclinker/include/mcld/
LinkerScript.h 1 //===- LinkerScript.h -----------------------------------------------------===//
24 /** \class LinkerScript
27 class LinkerScript
43 LinkerScript();
45 ~LinkerScript();

Completed in 2069 milliseconds