Searched defs:IRBuilder (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/
H A DIRBuilder.h1 //===- 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 class in namespace:mcld
68 IRBuilder(Module& pModule, const LinkerConfig& pConfig);
70 ~IRBuilder();
92 /// users need to manually create sections by IRBuilder.
110 /// @ref IRBuilder
[all...]
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp1 //===- IRBuilder.cpp ------------------------------------------------------===//
9 #include <mcld/IRBuilder.h>
112 // IRBuilder
114 IRBuilder::IRBuilder(Module& pModule, const LinkerConfig& pConfig) function in class:IRBuilder
122 IRBuilder::~IRBuilder()
127 Input* IRBuilder::CreateInput(const std::string& pName,
144 IRBuilder::ReadInput(const std::string& pName, const sys::fs::Path& pPath)
159 Input* IRBuilder
[all...]

Completed in 677 milliseconds