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

/frameworks/compile/mclinker/include/mcld/Target/
H A DTargetLDBackend.h61 virtual bool initStandardSymbols(IRBuilder& pBuilder, Module& pModule) = 0;
H A DGNULDBackend.h72 /// initStandardSymbols - initialize standard symbols.
79 bool initStandardSymbols(IRBuilder& pBuilder, Module& pModule);
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp466 return m_LDBackend.initStandardSymbols(*m_pBuilder, *m_pModule);
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp222 /// initStandardSymbols - define and initialize standard symbols.
224 bool GNULDBackend::initStandardSymbols(IRBuilder& pBuilder, function in class:GNULDBackend

Completed in 416 milliseconds