HomeSort by relevance Sort by last modified time
    Searched defs:FGNode (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/lib/Fragment/
FGNode.cpp 1 //===- FGNode.cpp ---------------------------------------------------------===//
9 #include <mcld/Fragment/FGNode.h>
14 // FGNode
16 FGNode::FGNode()
21 FGNode::FGNode(uint32_t pIndex)
26 void FGNode::addFragment(Fragment* pFrag)
31 void FGNode::addSignal(Signal pSignal)
36 void FGNode::addSlot(Slot pSlot
    [all...]
  /frameworks/compile/mclinker/include/mcld/Fragment/
FGNode.h 1 //===- FGNode.h -----------------------------------------------------------===//
26 /** \class FGNode
27 * \brief FGNode is a node for FragmentGraph
29 class FGNode
48 FGNode();
49 explicit FGNode(uint32_t pIndex);

Completed in 36 milliseconds