Searched refs:getSymbolValue (Results 1 – 6 of 6) sorted by relevance
236 uint64_t getSymbolValue(DataRefImpl Symb) const;315 return getObject()->getSymbolValue(getRawDataRefImpl()); in getValue()
391 uint64_t Result = getSymbolValue(Symb); in getSymbolAddress()
38 uint64_t ObjectFile::getSymbolValue(DataRefImpl Ref) const { in getSymbolValue() function in ObjectFile
162 uint64_t Result = getSymbolValue(Ref); in getSymbolAddress()
376 return getSymbolValue(Sym); in getSymbolAddress()
377 static uint64_t getSymbolValue(const MCSymbol &Symbol, in getSymbolValue() function429 coff_symbol->Data.Value = getSymbolValue(Symbol, Layout); in DefineSymbol()