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
39 /** \class IRBuilder
40 * \brief IRBuilder provides an uniform API for creating sections and
44 * language into a system-dependent binary. IRBuilder helps such kind of VMs
47 class IRBuilder class in namespace:mcld
67 IRBuilder(Module& pModule, const LinkerConfig& pConfig);
69 ~IRBuilder();
91 /// users need to manually create sections by IRBuilder.
109 /// @ref IRBuilder
[all...]
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp1 //===- IRBuilder.cpp ------------------------------------------------------===//
9 #include <mcld/IRBuilder.h>
104 // IRBuilder
106 IRBuilder::IRBuilder(Module& pModule, const LinkerConfig& pConfig) function in class:IRBuilder
114 IRBuilder::~IRBuilder()
119 Input* IRBuilder::CreateInput(const std::string& pName,
136 IRBuilder::ReadInput(const std::string& pName, const sys::fs::Path& pPath)
151 Input* IRBuilder
[all...]

Completed in 447 milliseconds