Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/tools/mcld/include/mcld/
DOutputFormatOptions.h37 llvm::cl::opt<mcld::LinkerConfig::CodeGenType>& m_OFormat; variable
/frameworks/compile/mclinker/tools/mcld/lib/
DOutputFormatOptions.cpp186 m_OFormat(ArgOFormat), in OutputFormatOptions()
260 else if (mcld::LinkerConfig::Binary == m_OFormat) { in parseOutput()