Home | History | Annotate | Download | only in Object

Lines Matching refs:SymbolRef

91                                          SymbolRef &Result) const {
95 Result = SymbolRef(Symb, this);
142 SymbolRef::Type &Result) const {
144 Result = SymbolRef::ST_Other;
147 Result = SymbolRef::ST_Unknown;
150 Result = SymbolRef::ST_Function;
156 Result = SymbolRef::ST_Data;
166 Result = SymbolRef::SF_None;
172 Result |= SymbolRef::SF_Undefined;
176 Result |= SymbolRef::SF_Global;
179 Result |= SymbolRef::SF_Weak;
182 Result |= SymbolRef::SF_Absolute;
492 return symbol_iterator(SymbolRef(ret, this));
499 return symbol_iterator(SymbolRef(ret, this));
683 SymbolRef &Res) const {
687 Res = SymbolRef(Symb, this);