Searched refs:getSymbolValue (Results 1 – 6 of 6) sorted by relevance
235 uint64_t getSymbolValue(DataRefImpl Symb) const;314 return getObject()->getSymbolValue(getRawDataRefImpl()); in getValue()
394 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()
344 static uint64_t getSymbolValue(const MCSymbol &Symbol, in getSymbolValue() function395 coff_symbol->Data.Value = getSymbolValue(Symbol, Layout); in DefineSymbol()