Searched defs:Linker (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/mclinker/include/mcld/
H A DLinker.h1 //===- Linker.h -----------------------------------------------------------===//
26 /** \class Linker
27 * \brief Linker is a modular linker.
29 class Linker { class in namespace:mcld
31 Linker();
33 ~Linker();
/frameworks/base/tools/aapt2/
H A DLinker.h36 * The Linker has two jobs. It follows resource references
38 * types are compatible. The Linker will also assign resource
42 * To do this, the Linker builds a graph of references. This
46 * overcomplicating the Linker.
51 class Linker : ValueVisitor { class in namespace:aapt
62 * Create a Linker for the given resource table with the sources available in
65 Linker(const std::shared_ptr<ResourceTable>& table,
68 Linker(const Linker&) = delete;
70 virtual ~Linker()
[all...]
H A DLinker.cpp17 #include "Linker.h"
40 Linker::Args::Args(const ResourceNameRef& r, const SourceLine& s) : referrer(r), source(s) {
43 Linker::Linker(const std::shared_ptr<ResourceTable>& table, function in class:aapt::Linker
48 bool Linker::linkAndValidate() {
123 const Linker::ResourceNameToSourceMap& Linker::getUnresolvedReferences() const {
127 void Linker::doResolveReference(Reference& reference, const SourceLine& source) {
142 const Attribute* Linker::doResolveAttribute(Reference& attribute, const SourceLine& source) {
160 void Linker
[all...]
/frameworks/compile/mclinker/lib/Core/
H A DLinker.cpp1 //===- Linker.cpp ---------------------------------------------------------===//
9 #include "mcld/Linker.h"
34 Linker::Linker() function in class:mcld::Linker
42 Linker::~Linker() {
48 bool Linker::emulate(LinkerScript& pScript, LinkerConfig& pConfig) {
66 bool Linker::link(Module& pModule, IRBuilder& pBuilder) {
77 bool Linker::normalize(Module& pModule, IRBuilder& pBuilder) {
165 bool Linker
[all...]

Completed in 534 milliseconds