Searched defs:NullaryOp (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Script/
H A DNullaryOp.h1 //===- NullaryOp.h --------------------------------------------------------===//
23 /** \class NullaryOp
28 class NullaryOp : public Operator { class in namespace:mcld
32 NullaryOp() : Operator(Operator::NULLARY, TYPE) {} function in class:mcld::NullaryOp
35 ~NullaryOp() {}
43 IntOperand* NullaryOp<Operator::SIZEOF_HEADERS>::eval(const Module&,
46 IntOperand* NullaryOp<Operator::MAXPAGESIZE>::eval(const Module&,
50 IntOperand* NullaryOp<Operator::COMMONPAGESIZE>::eval(const Module&,

Completed in 39 milliseconds