Home | History | Annotate | Download | only in Object

Lines Matching refs:SymbolRef

501   if (flags & SymbolRef::SF_Common) {
512 Expected<SymbolRef::Type>
519 return SymbolRef::ST_Debug;
523 return SymbolRef::ST_Unknown;
530 return SymbolRef::ST_Data;
531 return SymbolRef::ST_Function;
533 return SymbolRef::ST_Other;
542 uint32_t Result = SymbolRef::SF_None;
545 Result |= SymbolRef::SF_Indirect;
548 Result |= SymbolRef::SF_FormatSpecific;
551 Result |= SymbolRef::SF_Global;
554 Result |= SymbolRef::SF_Common;
556 Result |= SymbolRef::SF_Undefined;
560 Result |= SymbolRef::SF_Exported;
564 Result |= SymbolRef::SF_Weak;
567 Result |= SymbolRef::SF_Thumb;
570 Result |= SymbolRef::SF_Absolute;
591 unsigned MachOObjectFile::getSymbolSectionID(SymbolRef Sym) const {
770 return symbol_iterator(SymbolRef(Sym, this));
1086 return basic_symbol_iterator(SymbolRef(DRI, this));
1095 return basic_symbol_iterator(SymbolRef(DRI, this));
1103 return basic_symbol_iterator(SymbolRef(DRI, this));
1115 return basic_symbol_iterator(SymbolRef(DRI, this));