Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/
DLinkerConfig.h31 enum CodeGenType { Unknown, Object, DynObj, Exec, External, Binary }; enum
72 CodeGenType codeGenType() const { return m_CodeGenType; } in codeGenType()
74 void setCodeGenType(CodeGenType pType) { m_CodeGenType = pType; } in setCodeGenType()
91 CodeGenType m_CodeGenType;