Searched refs:getSymbolValue (Results 1 – 10 of 10) sorted by relevance
56 Expected<uint64_t> ObjectFile::getSymbolValue(DataRefImpl Ref) const { in getSymbolValue() function in ObjectFile
166 uint64_t Result = cantFail(getSymbolValue(Ref)); in getSymbolAddress()
1843 return getSymbolValue(Symb); in getSymbolAddress()
1825 return getSymbolValue(Sym); in getSymbolAddress()
300 Expected<uint64_t> getSymbolValue(DataRefImpl Symb) const;469 return getObject()->getSymbolValue(getRawDataRefImpl()); in getValue()
620 Expected<uint64_t> SymbolValueOrErr = getSymbolValue(Symb); in getSymbolAddress()
335 ExprValue getSymbolValue(StringRef name, const Twine &loc);
1148 ExprValue lhs = script->getSymbolValue(name, loc); in readSymbolAssignment()1596 return [=] { return script->getSymbolValue(tok, location); }; in readPrimary()1611 return [=] { return script->getSymbolValue(tok, location); }; in readPrimary()
1583 ExprValue LinkerScript::getSymbolValue(StringRef name, const Twine &loc) { in getSymbolValue() function in LinkerScript
342 static uint64_t getSymbolValue(const MCSymbol &Symbol, const MCAssembler &Asm) { in getSymbolValue() function420 Local->Data.Value = getSymbolValue(MCSym, Asm); in defineSymbol()