Home
last modified time | relevance | path

Searched refs:initStandardSymbols (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Target/
DTargetLDBackend.h65 virtual bool initStandardSymbols(IRBuilder& pBuilder, Module& pModule) = 0;
DGNULDBackend.h78 bool initStandardSymbols(IRBuilder& pBuilder, Module& pModule);
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp506 return m_LDBackend.initStandardSymbols(*m_pBuilder, *m_pModule); in addStandardSymbols()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp213 bool GNULDBackend::initStandardSymbols(IRBuilder& pBuilder, Module& pModule) { in initStandardSymbols() function in mcld::GNULDBackend