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

/frameworks/compile/mclinker/include/mcld/Script/
H A DOperand.h52 /** \class SymOperand
56 class SymOperand : public Operand { class in namespace:mcld
58 friend class Chunk<SymOperand, MCLD_SYMBOLS_PER_INPUT>;
59 SymOperand();
60 explicit SymOperand(const std::string& pName);
78 static SymOperand* create(const std::string& pName);
79 static void destroy(SymOperand*& pOperand);
/frameworks/compile/mclinker/lib/Script/
H A DOperand.cpp31 // SymOperand
33 typedef GCFactory<SymOperand, MCLD_SYMBOLS_PER_INPUT> SymOperandFactory;
36 SymOperand::SymOperand() : Operand(Operand::SYMBOL), m_Value(0) { function in class:mcld::SymOperand
39 SymOperand::SymOperand(const std::string& pName) function in class:mcld::SymOperand
43 void SymOperand::dump() const {
47 bool SymOperand::isDot() const {
52 SymOperand* SymOperand
[all...]

Completed in 73 milliseconds