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

  /external/llvm/lib/Linker/
Linker.cpp 1 //===- lib/Linker/Linker.cpp - Basic Linker functionality ----------------===//
10 // This file contains basic Linker functionality that all usages will need.
14 #include "llvm/Linker.h"
24 Linker::Linker(StringRef progname, StringRef modname,
33 Linker::Linker(StringRef progname, Module* aModule, unsigned flags) :
41 Linker::~Linker()
    [all...]
  /external/llvm/include/llvm/
Linker.h 1 //===- llvm/Linker.h - Module Linker Interface ------------------*- C++ -*-===//
10 // This file defines the interface to the module/file/archive linker.
30 /// In this case the Linker still retains ownership of the Module. If the
32 /// to the caller and the Linker object is only suitable for destruction.
33 /// The Linker can link Modules from memory, bitcode files, or bitcode
35 /// presented to it. By default, the linker will generate error and warning
39 /// @brief The LLVM Linker.
40 class Linker {
54 /// linker
    [all...]
  /external/clang/lib/Driver/
ToolChains.h 171 /// AddLinkSearchPathArgs - Add the linker search paths to \arg CmdArgs.
179 /// AddLinkARCArgs - Add the linker arguments to link the ARC runtime library.
183 /// AddLinkRuntimeLibArgs - Add the linker arguments to link the compiler
383 std::string Linker;

Completed in 2314 milliseconds