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

  /frameworks/compile/mclinker/lib/Core/
LinkerConfig.cpp 21 m_Targets(),
31 m_Targets(pTripleString),
  /frameworks/compile/mclinker/include/mcld/
LinkerConfig.h 66 const TargetOptions& targets() const { return m_Targets; }
67 TargetOptions& targets() { return m_Targets; }
88 TargetOptions m_Targets;

Completed in 758 milliseconds