Home | History | Annotate | Download | only in mcld

Lines Matching defs:IRBuilder

1 //===- 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
67 IRBuilder(Module& pModule, const LinkerConfig& pConfig);
69 ~IRBuilder();
91 /// users need to manually create sections by IRBuilder.
109 /// @ref IRBuilder::CreateInput(pName, pPath, Input::Unknown);
490 IRBuilder::AddSymbol<IRBuilder::Force, IRBuilder::Unresolve>(
501 IRBuilder::AddSymbol<IRBuilder::AsReferred, IRBuilder::Unresolve>(
512 IRBuilder::AddSymbol<IRBuilder::Force, IRBuilder::Resolve>(
523 IRBuilder::AddSymbol<IRBuilder::AsReferred, IRBuilder::Resolve>(