Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/tools/mcld/lib/
DOutputFormatOptions.cpp185 m_FileType(ArgFileType), in OutputFormatOptions()
254 m_FileType = mcld::LinkerConfig::DynObj; in parseOutput()
258 m_FileType = mcld::LinkerConfig::Object; in parseOutput()
262 m_FileType = mcld::LinkerConfig::Binary; in parseOutput()
265 pConfig.setCodeGenType(m_FileType); in parseOutput()
273 switch (m_FileType) { in parseOutput()
295 if (mcld::LinkerConfig::Object == m_FileType || in parseOutput()
296 mcld::LinkerConfig::DynObj == m_FileType || in parseOutput()
297 mcld::LinkerConfig::Exec == m_FileType || in parseOutput()
298 mcld::LinkerConfig::External == m_FileType) { in parseOutput()
/frameworks/compile/mclinker/tools/mcld/include/mcld/
DOutputFormatOptions.h36 llvm::cl::opt<mcld::LinkerConfig::CodeGenType>& m_FileType; variable