HomeSort by relevance Sort by last modified time
    Searched refs:m_pBRIslandFactory (Results 1 - 3 of 3) sorted by null

  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 258 BranchIslandFactory* getBRIslandFactory() { return m_pBRIslandFactory; }
473 BranchIslandFactory* m_pBRIslandFactory;
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 553 if (NULL == m_pBRIslandFactory) {
554 m_pBRIslandFactory = new BranchIslandFactory(maxBranchOffset(), 0);
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 73 m_pBRIslandFactory(NULL),
108 delete m_pBRIslandFactory;
    [all...]

Completed in 66 milliseconds