HomeSort by relevance Sort by last modified time
    Searched defs:Linker (Results 1 - 11 of 11) sorted by null

  /external/llvm/test/Bindings/OCaml/
linker.ml 1 (* RUN: cp %s %T/linker.ml
2 * RUN: %ocamlc -g -warn-error A -package llvm.linker -linkpkg %T/linker.ml -o %t
4 * RUN: %ocamlopt -g -warn-error A -package llvm.linker -linkpkg %T/linker.ml -o %t
28 (*===-- Linker -----------------------------------------------------------===*)
63 suite "linker" test_linker
  /frameworks/compile/mclinker/include/mcld/
Linker.h 1 //===- Linker.h -----------------------------------------------------------===//
26 /** \class Linker
27 * \brief Linker is a modular linker.
29 class Linker {
31 Linker();
33 ~Linker();
35 /// emulate - To set up target-dependent options and default linker script.
  /frameworks/compile/mclinker/lib/Core/
Linker.cpp 1 //===- Linker.cpp ---------------------------------------------------------===//
9 #include "mcld/Linker.h"
34 Linker::Linker()
42 Linker::~Linker() {
46 /// emulate - To set up target-dependent options and default linker script.
48 bool Linker::emulate(LinkerScript& pScript, LinkerConfig& pConfig) {
66 bool Linker::link(Module& pModule, IRBuilder& pBuilder) {
77 bool Linker::normalize(Module& pModule, IRBuilder& pBuilder)
    [all...]
  /external/llvm/include/llvm/Linker/
Linker.h 1 //===- Linker.h - Module Linker Interface -----------------------*- C++ -*-===//
27 class Linker {
63 Linker(Module *M, DiagnosticHandlerFunction DiagnosticHandler);
64 Linker(Module *M);
65 ~Linker();
  /frameworks/base/tools/aapt2/
Linker.h 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
    [all...]
Linker.cpp 17 #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,
48 bool Linker::linkAndValidate() {
111 // Dispatch to the right method of this linker
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)
    [all...]
  /external/clang/lib/Driver/
ToolChains.h 209 /// Add the linker arguments to link the ARC runtime library.
213 /// Add the linker arguments to link the compiler runtime library.
673 std::string Linker;
748 std::string Linker;
Tools.cpp 198 // Add extra linker input arguments which are not treated as inputs
219 // Otherwise, this is a linker input argument.
228 // Pass -z prefix for gcc linker compatibility.
844 // The kext linker doesn't know how to deal with movw/movt.
    [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp 1 //===- lib/Linker/LinkModules.cpp - Module Linker Implementation ----------===//
10 // This file implements the LLVM module linker.
14 #include "llvm/Linker/Linker.h"
15 #include "llvm-c/Linker.h"
63 TypeMapTy(Linker::IdentifiedStructTypeSet &DstStructTypesSet)
66 Linker::IdentifiedStructTypeSet &DstStructTypesSet;
404 /// due to the use of Value handles which the Linker doesn't actually need,
428 ModuleLinker(Module *dstM, Linker::IdentifiedStructTypeSet &Set, Module *srcM
    [all...]
  /prebuilts/sdk/tools/
jack.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar 

Completed in 412 milliseconds