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

  /frameworks/compile/mclinker/include/mcld/
IRBuilder.h 1 //===- IRBuilder.h --------------------------------------------------------===//
10 // IRBuilder is a class used as a convenient way to create MCLinker sections
40 /** \class IRBuilder
41 * \brief IRBuilder provides an uniform API for creating sections and
45 * language into a system-dependent binary. IRBuilder helps such kind of VMs
48 class IRBuilder
68 IRBuilder(Module& pModule, const LinkerConfig& pConfig);
70 ~IRBuilder();
90 /// users need to manually create sections by IRBuilder.
108 /// @ref IRBuilder::CreateInput(pName, pPath, Input::Unknown)
    [all...]
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 1 //===- IRBuilder.cpp ------------------------------------------------------===//
9 #include <mcld/IRBuilder.h>
103 // IRBuilder
105 IRBuilder::IRBuilder(Module& pModule, const LinkerConfig& pConfig)
110 IRBuilder::~IRBuilder()
115 Input* IRBuilder::CreateInput(const std::string& pName,
132 IRBuilder::ReadInput(const std::string& pName, const sys::fs::Path& pPath)
147 Input* IRBuilder::ReadInput(const std::string& pNameSpec
    [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h 1 //===---- llvm/IRBuilder.h - Builder for LLVM Instructions ------*- C++ -*-===//
10 // This file defines the IRBuilder class, which is used as a convenient way
31 /// \brief This provides the default implementation of the IRBuilder
33 /// IRBuilder and needs to be inserted.
352 class IRBuilder : public IRBuilderBase, public Inserter {
357 IRBuilder(LLVMContext &C, const T &F, const Inserter &I = Inserter(),
363 explicit IRBuilder(LLVMContext &C, MDNode *FPMathTag = 0)
367 explicit IRBuilder(BasicBlock *TheBB, const T &F, MDNode *FPMathTag = 0)
373 explicit IRBuilder(BasicBlock *TheBB, MDNode *FPMathTag = 0)
379 explicit IRBuilder(Instruction *IP, MDNode *FPMathTag = 0
    [all...]

Completed in 866 milliseconds