Searched refs:getSymbolValue (Results 1 – 15 of 15) sorted by relevance
299 Expected<uint64_t> getSymbolValue(DataRefImpl Symb) const;408 return getObject()->getSymbolValue(getRawDataRefImpl()); in getValue()
570 Expected<uint64_t> SymbolValueOrErr = getSymbolValue(Symb); in getSymbolAddress()
56 Expected<uint64_t> ObjectFile::getSymbolValue(DataRefImpl Ref) const { in getSymbolValue() function in ObjectFile
167 uint64_t Result = cantFail(getSymbolValue(Ref)); in getSymbolAddress()
1613 return getSymbolValue(Symb); in getSymbolAddress()
1813 return getSymbolValue(Sym); in getSymbolAddress()
314 ExprValue getSymbolValue(StringRef name, const Twine &loc);
1079 ExprValue lhs = script->getSymbolValue(name, loc); in readSymbolAssignment()1521 return [=] { return script->getSymbolValue(tok, location); }; in readPrimary()1533 return [=] { return script->getSymbolValue(tok, location); }; in readPrimary()
1374 ExprValue LinkerScript::getSymbolValue(StringRef name, const Twine &loc) { in getSymbolValue() function in LinkerScript
358 llvm::ErrorOr<uint64_t> ErrorOrValue = BC.getSymbolValue(Symbol); in hashSymbol()
442 ErrorOr<uint64_t> ValueOrError = BC.getSymbolValue(*Target); in getSymbolAddress()
432 BC.getSymbolValue(*BC.MIB->getTargetSymbol(DispExpr)); in maybeGetHotJumpTableTargets()
352 static uint64_t getSymbolValue(const MCSymbol &Symbol, in getSymbolValue() function429 Local->Data.Value = getSymbolValue(MCSym, Layout); in DefineSymbol()
766 ErrorOr<uint64_t> getSymbolValue(const MCSymbol &Symbol) const { in getSymbolValue() function
391 ErrorOr<uint64_t> CalleeAddressOrError = BC.getSymbolValue(*CalleeSymbol); in isForwardCall()808 ErrorOr<uint64_t> SymValueOrError = BC.getSymbolValue(*Sym); in processIndirectBranch()844 ErrorOr<uint64_t> SymValueOrError = BC.getSymbolValue(*TargetSym); in processIndirectBranch()