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

  /frameworks/compile/mclinker/include/mcld/Target/
TargetLDBackend.h 62 virtual bool initStandardSymbols(IRBuilder& pBuilder, Module& pModule) = 0;
GNULDBackend.h 74 /// initStandardSymbols - initialize standard symbols.
81 bool initStandardSymbols(IRBuilder& pBuilder, Module& pModule);
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 309 return m_LDBackend.initStandardSymbols(*m_pBuilder, *m_pModule);
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 196 /// initStandardSymbols - define and initialize standard symbols.
198 bool GNULDBackend::initStandardSymbols(IRBuilder& pBuilder,
    [all...]

Completed in 30 milliseconds