Home
last modified time | relevance | path

Searched refs:m_TargetCPU (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/
DTargetOptions.h43 const std::string& getTargetCPU() const { return m_TargetCPU; } in getTargetCPU()
64 std::string m_TargetCPU; variable
/frameworks/compile/mclinker/lib/Core/
DTargetOptions.cpp39 m_TargetCPU = pCPU; in setTargetCPU()