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 65 Input* createInput(const std::string& pName,
115 Input* input = createInput(pName, pPath, pType);
130 Input* input = createInput(pName, pPath, pType);
  /frameworks/compile/mclinker/lib/LD/
Archive.cpp 261 member = m_Builder.createInput(pName, pPath, Input::Unknown, pFileOffset);
267 member = m_Builder.createInput(pName, pPath, Input::Unknown);
  /frameworks/compile/mclinker/lib/MC/
InputBuilder.cpp 53 Input* InputBuilder::createInput(const std::string& pName,

Completed in 2087 milliseconds