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 309 BranchIslandFactory* getBRIslandFactory() { return m_pBRIslandFactory; }
536 BranchIslandFactory* m_pBRIslandFactory;
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 561 if (NULL == m_pBRIslandFactory) {
562 m_pBRIslandFactory = new BranchIslandFactory(maxFwdBranchOffset(),
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 88 m_pBRIslandFactory(NULL),
128 delete m_pBRIslandFactory;
    [all...]

Completed in 50 milliseconds