Home | History | Annotate | Download | only in mcld

Lines Matching refs:IRBuilder

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();
92 /// users need to manually create sections by IRBuilder.
110 /// @ref IRBuilder::CreateInput(pName, pPath, Input::Unknown);
500 IRBuilder::AddSymbol<IRBuilder::Force, IRBuilder::Unresolve>(
511 IRBuilder::AddSymbol<IRBuilder::AsReferred, IRBuilder::Unresolve>(
522 IRBuilder::AddSymbol<IRBuilder::Force, IRBuilder::Resolve>(
533 IRBuilder::AddSymbol<IRBuilder::AsReferred, IRBuilder::Resolve>(