search for: insertinputelementat

Displaying 3 results from an estimated 3 matches for "insertinputelementat".

2013 Sep 05
1
[LLVMdev] [lld] Modeling ELF FileNodes/ControlNodes (Group's) in lld
...ike inputElement->setPosition(InputGraph::Top) inputElement->setPosition(InputGraph::Last) inputElement->setPosition(InputGraph::Position, <value>) The user has to explicitly call a seperate api so that the elements are ordered according to whatever the user wants. inputGraph->insertInputElementAt(InputGraph::Top, std::vector<std::unique_ptr<InputElement>>&) inputGraph->insertInputElementAt(InputGraph::Last, std::vector<std::unique_ptr<InputElement>>&) inputGraph->insertInputElementAt(InputGraph::Position, element, std::vector<std::unique_ptr<In...
2013 Sep 05
0
[LLVMdev] [lld] Modeling ELF FileNodes/ControlNodes (Group's) in lld
On Sep 4, 2013, at 9:28 PM, Shankar Easwaran <shankare at codeaurora.org> wrote: > Hi Nick, > > These are the below modifications needed in lld to start processing groups :- > > 1) LinkerInput would be moved to FileNode that contains the following functions > - getBuffer > - takeBuffer > - getPath > > 2) The driver will process the vector of
2013 Sep 05
2
[LLVMdev] [lld] Modeling ELF FileNodes/ControlNodes (Group's) in lld
Hi Nick, These are the below modifications needed in lld to start processing groups :- 1) LinkerInput would be moved to FileNode that contains the following functions - getBuffer - takeBuffer - getPath 2) The driver will process the vector of InputElements and call /*process */on each of them. process() would create a lld::File object within the InputElement if its a