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

  /frameworks/compile/mclinker/include/mcld/Support/
Target.h 83 /// createLDBackend - create target-specific LDBackend
84 TargetLDBackend* createLDBackend(const LinkerConfig& pConfig) const;
  /frameworks/compile/mclinker/lib/Support/
Target.cpp 64 /// createLDBackend - create target-specific LDBackend
65 TargetLDBackend* Target::createLDBackend(const LinkerConfig& pConfig) const
  /frameworks/compile/mclinker/lib/Core/
Linker.cpp 356 m_pBackend = m_pTarget->createLDBackend(*m_pConfig);

Completed in 303 milliseconds