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 61 virtual bool initStandardSymbols(IRBuilder& pBuilder, Module& pModule) = 0;
GNULDBackend.h 72 /// initStandardSymbols - initialize standard symbols.
79 bool initStandardSymbols(IRBuilder& pBuilder, Module& pModule);
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 466 return m_LDBackend.initStandardSymbols(*m_pBuilder, *m_pModule);
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 222 /// initStandardSymbols - define and initialize standard symbols.
224 bool GNULDBackend::initStandardSymbols(IRBuilder& pBuilder,
    [all...]

Completed in 257 milliseconds