OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 -----------------------------------------------------===//
26
/** \class
LinkerScript
29
class
LinkerScript
45
LinkerScript
();
47
~
LinkerScript
();
Completed in 576 milliseconds