Home
last modified time | relevance | path

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

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