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

/frameworks/compile/mclinker/include/mcld/Script/
H A DOperand.h58 /** \class SymOperand
62 class SymOperand : public Operand class in namespace:mcld
65 friend class Chunk<SymOperand, MCLD_SYMBOLS_PER_INPUT>;
66 SymOperand();
67 SymOperand(const std::string& pName);
86 static SymOperand* create(const std::string& pName);
87 static void destroy(SymOperand*& pOperand);
/frameworks/compile/mclinker/lib/Script/
H A DOperand.cpp32 // SymOperand
34 typedef GCFactory<SymOperand, MCLD_SYMBOLS_PER_INPUT> SymOperandFactory;
37 SymOperand::SymOperand() function in class:SymOperand
42 SymOperand::SymOperand(const std::string& pName) function in class:SymOperand
47 void SymOperand::dump() const
52 bool SymOperand::isDot() const
58 SymOperand* SymOperand
[all...]

Completed in 4248 milliseconds