Home | History | Annotate | Download | only in Object

Lines Matching refs:SymbolRef

1008   uint32_t Result = SymbolRef::SF_None;
1013 Result |= SymbolRef::SF_Weak;
1015 Result |= SymbolRef::SF_Global;
1017 Result |= SymbolRef::SF_Hidden;
1019 Result |= SymbolRef::SF_Undefined;
1021 Result |= SymbolRef::SF_Executable;
1041 const WasmSymbol &WasmObjectFile::getWasmSymbol(const SymbolRef &Symb) const {
1086 Expected<SymbolRef::Type>
1092 return SymbolRef::ST_Function;
1094 return SymbolRef::ST_Other;
1096 return SymbolRef::ST_Data;
1098 return SymbolRef::ST_Debug;
1102 return SymbolRef::ST_Other;
1237 return symbol_iterator(SymbolRef(Sym, this));