Home | History | Annotate | Download | only in aapt2

Lines Matching defs:Linker

36  * 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 {
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() = default;
73 * Entry point to the linker. Assigns resource IDs, follows references,