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

  /frameworks/compile/mclinker/include/mcld/MC/
InputBuilder.h 60 Input* createInput(const std::string& pName,
109 Input* input = createInput(pName, pPath, pType);
124 Input* input = createInput(pName, pPath, pType);
  /frameworks/compile/mclinker/lib/MC/
InputBuilder.cpp 54 Input* InputBuilder::createInput(const std::string& pName,
  /frameworks/compile/mclinker/lib/LD/
Archive.cpp 231 member = m_Builder.createInput(pName, pPath, Input::Unknown, pFileOffset);
236 member = m_Builder.createInput(pName, pPath, Input::Unknown);

Completed in 4033 milliseconds