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

  /external/llvm/test/Bindings/Ocaml/
linker.ml 4 * RUN: %ocamlopt -warn-error A llvm.cmxa llvm_linker.cmxa %t.builddir/linker.ml -o %t
28 (*===-- Linker -----------------------------------------------------------===*)
63 suite "linker" test_linker
  /frameworks/compile/mclinker/include/mcld/
Linker.h 1 //===- Linker.h -----------------------------------------------------------===//
29 /** \class Linker
30 * \brief Linker is a modular linker.
32 class Linker
35 Linker();
37 ~Linker();
39 /// emulate - To set up target-dependent options and default linker script.
84 } // namespace of MC Linker
  /external/chromium_org/base/android/java/src/org/chromium/base/library_loader/
LibraryLoader.java 153 boolean useChromiumLinker = Linker.isUsed();
156 // Load libraries using the Chromium linker.
157 Linker.prepareLibraryLoad();
161 if (Linker.isInZipFile()) {
169 if (Linker.isUsingBrowserSharedRelros()) {
172 Linker.loadLibraryInZipFile(zipfile, library);
174 Linker.loadLibrary(library);
180 Linker.disableSharedRelros();
185 Linker.loadLibraryInZipFile(zipfile, library);
187 Linker.loadLibrary(library)
    [all...]
Linker.java 75 * for details. This linker probes the system on startup and will completely
98 * - Native shared libraries should be loaded with Linker.loadLibrary(),
110 * Otherwise, the linker considers that it is running inside the browser
125 * More specifically, by default when in the browser process, the linker
155 public class Linker {
157 // Log tag for this class. This must match the name of the linker's native library.
168 // NOTE: These names are known and expected by the Linker test scripts.
174 // shared RELRO. Only change this while debugging linker-related issues.
175 // NOTE: This variable's name is known and expected by the Linker test scripts.
192 // Becomes true after linker initialization
    [all...]
  /frameworks/compile/mclinker/lib/Core/
Linker.cpp 1 //===- Linker.cpp ---------------------------------------------------------===//
9 #include <mcld/Linker.h>
35 Linker::Linker()
40 Linker::~Linker()
45 /// emulate - To set up target-dependent options and default linker script.
47 bool Linker::emulate(LinkerScript& pScript, LinkerConfig& pConfig)
66 bool Linker::link(Module& pModule, IRBuilder& pBuilder)
78 bool Linker::normalize(Module& pModule, IRBuilder& pBuilder
    [all...]
  /external/llvm/include/llvm/Linker/
Linker.h 1 //===- Linker.h - Module Linker Interface -----------------------*- C++ -*-===//
28 class Linker {
35 Linker(Module *M, bool SuppressWarnings=false);
36 ~Linker();
48 return linkInModule(Src, Linker::DestroySource, ErrorMsg);
  /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"
389 /// some overhead due to the use of Value handles which the Linker doesn't
    [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.
665 std::string Linker;
Tools.cpp 175 // Add extra linker input arguments which are not treated as inputs
196 // Otherwise, this is a linker input argument.
817 // The kext linker doesn't know how to deal with movw/movt.
    [all...]
  /prebuilts/sdk/tools/
jack.jar 

Completed in 347 milliseconds