Home
last modified time | relevance | path

Searched refs:createLDBackend (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/mclinker/lib/Support/
DTarget.cpp60 TargetLDBackend* Target::createLDBackend(const LinkerConfig& pConfig) const { in createLDBackend() function in mcld::Target
/frameworks/compile/mclinker/include/mcld/Support/
DTarget.h82 TargetLDBackend* createLDBackend(const LinkerConfig& pConfig) const;
/frameworks/compile/mclinker/lib/Core/
DLinker.cpp343 m_pBackend = m_pTarget->createLDBackend(*m_pConfig); in initBackend()