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()
1864 return getSymbolValue(Symb); in getSymbolAddress()
1826 return getSymbolValue(Sym); in getSymbolAddress()
301 Expected<uint64_t> getSymbolValue(DataRefImpl Symb) const;470 return getObject()->getSymbolValue(getRawDataRefImpl()); in getValue()
626 Expected<uint64_t> SymbolValueOrErr = getSymbolValue(Symb); in getSymbolAddress()
368 ExprValue getSymbolValue(StringRef name, const Twine &loc);
1197 ExprValue lhs = s->getSymbolValue(name, loc); in readSymbolAssignment()1653 return [=, s = ctx.script] { return s->getSymbolValue(tok, location); }; in readPrimary()1668 return [=, s = ctx.script] { return s->getSymbolValue(tok, location); }; in readPrimary()
1747 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() function419 Local->Data.Value = getSymbolValue(MCSym, *Asm); in defineSymbol()