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

/external/llvm/include/llvm/
H A DLinker.h1 //===- llvm/Linker.h - Module Linker Interface ------------------*- C++ -*-===//
26 class Linker { class in namespace:llvm
33 Linker(Module *M);
34 ~Linker();
44 return linkInModule(Src, Linker::DestroySource, ErrorMsg);
/external/llvm/lib/Linker/
H A DLinkModules.cpp1 //===- lib/Linker/LinkModules.cpp - Module Linker Implementation ----------===//
14 #include "llvm/Linker.h"
15 #include "llvm-c/Linker.h"
387 /// some overhead due to the use of Value handles which the Linker doesn't
970 if (Mode == Linker::DestroySource) {
1320 Linker::Linker(Module *M) : Composite(M) { function in class:Linker
1326 Linker::~Linker() {
[all...]
/external/chromium_org/content/public/android/java/src/org/chromium/content/app/
H A DLinker.java94 * - Native shared libraries should be loaded with Linker.loadLibrary(),
151 public class Linker { class
164 // NOTE: These names are known and expected by the Linker test scripts.
171 // NOTE: This variable's name is known and expected by the Linker test scripts.
222 assert Thread.holdsLock(Linker.class);
265 if (DEBUG) Log.i(TAG, "Linker disabled");
310 synchronized (Linker.class) {
324 synchronized (Linker.class) {
330 * Call this method before any other Linker method to force a specific
338 synchronized (Linker
[all...]
/external/clang/lib/Driver/
H A DToolChains.h558 std::string Linker; member in class:clang::driver::toolchains::Linux
H A DTools.cpp4330 std::string Linker = ToolChain.GetProgramPath("hexagon-ld"); local
4334 Args.MakeArgString(Linker), CmdArgs));
6338 C.addCommand(new Command(JA, *this, ToolChain.Linker.c_str(), CmdArgs));

Completed in 187 milliseconds