Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Script/
DUnaryOp.cpp79 case Operand::SECTION_DESC: in eval()
101 case Operand::SECTION_DESC: in eval()
178 case Operand::SECTION_DESC: in eval()
DOperand.cpp163 : Operand(Operand::SECTION_DESC), m_pOutputDesc(NULL) in SectDescOperand()
168 : Operand(Operand::SECTION_DESC), m_pOutputDesc(pOutputDesc) in SectDescOperand()
/frameworks/compile/mclinker/include/mcld/Script/
DOperand.h34 SECTION_DESC, enumerator
188 return pOperand->type() == Operand::SECTION_DESC; in classof()