Searched refs:getSymbolValue (Results 1 – 10 of 10) sorted by relevance
57 Expected<uint64_t> ObjectFile::getSymbolValue(DataRefImpl Ref) const { in getSymbolValue() function in ObjectFile
167 uint64_t Result = cantFail(getSymbolValue(Ref)); in getSymbolAddress()
1512 return getSymbolValue(Symb); in getSymbolAddress()
1805 return getSymbolValue(Sym); in getSymbolAddress()
294 Expected<uint64_t> getSymbolValue(DataRefImpl Symb) const;398 return getObject()->getSymbolValue(getRawDataRefImpl()); in getValue()
555 Expected<uint64_t> SymbolValueOrErr = getSymbolValue(Symb); in getSymbolAddress()
303 ExprValue getSymbolValue(StringRef name, const Twine &loc);
1010 e = [=] { return add(script->getSymbolValue(name, loc), e()); }; in readSymbolAssignment()1425 return [=] { return script->getSymbolValue(tok, location); }; in readPrimary()1436 return [=] { return script->getSymbolValue(tok, location); }; in readPrimary()
1313 ExprValue LinkerScript::getSymbolValue(StringRef name, const Twine &loc) { in getSymbolValue() function in LinkerScript
334 static uint64_t getSymbolValue(const MCSymbol &Symbol, in getSymbolValue() function411 Local->Data.Value = getSymbolValue(MCSym, Layout); in DefineSymbol()