Home
last modified time | relevance | path

Searched refs:getSymbolValue (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DObjectFile.h299 Expected<uint64_t> getSymbolValue(DataRefImpl Symb) const;
412 return getObject()->getSymbolValue(getRawDataRefImpl()); in getValue()
H A DELFObjectFile.h571 Expected<uint64_t> SymbolValueOrErr = getSymbolValue(Symb); in getSymbolAddress()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DObjectFile.cpp56 Expected<uint64_t> ObjectFile::getSymbolValue(DataRefImpl Ref) const { in getSymbolValue() function in ObjectFile
H A DCOFFObjectFile.cpp167 uint64_t Result = cantFail(getSymbolValue(Ref)); in getSymbolAddress()
H A DWasmObjectFile.cpp1605 return getSymbolValue(Symb); in getSymbolAddress()
H A DMachOObjectFile.cpp1818 return getSymbolValue(Sym); in getSymbolAddress()
/openbsd-src/gnu/llvm/lld/ELF/
H A DLinkerScript.h314 ExprValue getSymbolValue(StringRef name, const Twine &loc);
H A DScriptParser.cpp1079 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()
H A DLinkerScript.cpp1388 ExprValue LinkerScript::getSymbolValue(StringRef name, const Twine &loc) { in getSymbolValue() function in LinkerScript
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp352 static uint64_t getSymbolValue(const MCSymbol &Symbol, in getSymbolValue() function
429 Local->Data.Value = getSymbolValue(MCSym, Layout); in DefineSymbol()