Searched defs:LinkerScript (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Core/
H A DLinkerScript.cpp1 //===- LinkerScript.cpp ---------------------------------------------------===//
9 #include "mcld/LinkerScript.h"
14 // LinkerScript
16 LinkerScript::LinkerScript() { function in class:mcld::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
[all...]
/frameworks/compile/mclinker/include/mcld/
H A DLinkerScript.h1 //===- LinkerScript.h -----------------------------------------------------===//
30 /** \class LinkerScript
33 class LinkerScript { class in namespace:mcld
50 LinkerScript();
52 ~LinkerScript();

Completed in 164 milliseconds