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() {
19 LinkerScript::~LinkerScript() {
22 const mcld::sys::fs::Path& LinkerScript::sysroot() const {
26 void LinkerScript::setSysroot(const mcld::sys::fs::Path& pSysroot) {
30 bool LinkerScript::hasSysroot() const
    [all...]
  /frameworks/compile/mclinker/include/mcld/
LinkerScript.h 1 //===- LinkerScript.h -----------------------------------------------------===//
30 /** \class LinkerScript
33 class LinkerScript {
50 LinkerScript();
52 ~LinkerScript();

Completed in 174 milliseconds