Home | History | Annotate | Download | only in LD

Lines Matching defs:Symbol

99   struct Symbol
109 Symbol(const char* pName,
115 ~Symbol()
124 typedef std::vector<Symbol*> SymTabType;
199 /// @param pName - symbol name
204 enum Symbol::Status pStatus = Archive::Symbol::Unknown);
206 /// getSymbolName - get the symbol name with the given index
212 /// getSymbolStatus - get the status of a symbol
213 enum Symbol::Status getSymbolStatus(size_t pSymIdx) const;
215 /// setSymbolStatus - set the status of a symbol
216 void setSymbolStatus(size_t pSymIdx, enum Symbol::Status pStatus);
240 typedef GCFactory<Symbol, 0> SymbolFactory;