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
36 /** \class IRBuilder
37 * \brief IRBuilder provides an uniform API for creating sections and
41 * language into a system-dependent binary. IRBuilder helps such kind of VMs
44 class IRBuilder { class in namespace:mcld
53 IRBuilder(Module& pModule, const LinkerConfig& pConfig);
55 ~IRBuilder();
77 /// users need to manually create sections by IRBuilder.
95 /// @ref IRBuilder
[all...]
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp1 //===- IRBuilder.cpp ------------------------------------------------------===//
9 #include "mcld/IRBuilder.h"
109 // IRBuilder
111 IRBuilder::IRBuilder(Module& pModule, const LinkerConfig& pConfig) function in class:mcld::IRBuilder
119 IRBuilder::~IRBuilder() {
123 Input* IRBuilder::CreateInput(const std::string& pName,
139 Input* IRBuilder::ReadInput(const std::string& pName,
156 Input* IRBuilder
[all...]

Completed in 495 milliseconds