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

  /frameworks/compile/mclinker/include/mcld/Config/
Config.h 41 #define MCLD_NUM_OF_INPUTS 32
Config.h.in 117 #define MCLD_NUM_OF_INPUTS 32
Config.h.cmake 14 #define MCLD_NUM_OF_INPUTS 32
  /frameworks/compile/mclinker/lib/MC/
InputBuilder.cpp 26 m_pInputFactory = new InputFactory(MCLD_NUM_OF_INPUTS, pConfig);
27 m_pContextFactory = new ContextFactory(MCLD_NUM_OF_INPUTS);
28 m_pMemFactory = new MemoryAreaFactory(MCLD_NUM_OF_INPUTS);

Completed in 61 milliseconds