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

/external/llvm/lib/Linker/
H A DLinker.cpp1 //===- lib/Linker/Linker.cpp - Basic Linker functionality ----------------===//
10 // This file contains basic Linker functionality that all usages will need.
14 #include "llvm/Linker.h"
23 Linker::Linker(StringRef progname, StringRef modname, function in class:Linker
32 Linker::Linker(StringRef progname, Module* aModule, unsigned flags) : function in class:Linker
40 Linker
[all...]
/external/llvm/include/llvm/
H A DLinker.h1 //===- llvm/Linker.h - Module Linker Interface ------------------*- C++ -*-===//
31 /// In this case the Linker still retains ownership of the Module. If the
33 /// to the caller and the Linker object is only suitable for destruction.
34 /// The Linker can link Modules from memory, bitcode files, or bitcode
40 /// @brief The LLVM Linker.
41 class Linker { class in namespace:llvm
71 /// Construct the Linker with an empty module which will be given the
74 Linker(StringRef progname, ///< name of tool running linker
80 /// Construct the Linker wit
[all...]
/external/clang/lib/Driver/
H A DToolChains.h523 std::string Linker; member in class:clang::driver::toolchains::Linux

Completed in 1518 milliseconds