Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DObjectFile.cpp56 Expected<uint64_t> ObjectFile::getSymbolValue(DataRefImpl Ref) const { in getSymbolValue() function in ObjectFile
H A DCOFFObjectFile.cpp166 uint64_t Result = cantFail(getSymbolValue(Ref)); in getSymbolAddress()
H A DWasmObjectFile.cpp1843 return getSymbolValue(Symb); in getSymbolAddress()
H A DMachOObjectFile.cpp1825 return getSymbolValue(Sym); in getSymbolAddress()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h300 Expected<uint64_t> getSymbolValue(DataRefImpl Symb) const;
469 return getObject()->getSymbolValue(getRawDataRefImpl()); in getValue()
H A DELFObjectFile.h620 Expected<uint64_t> SymbolValueOrErr = getSymbolValue(Symb); in getSymbolAddress()
/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h335 ExprValue getSymbolValue(StringRef name, const Twine &loc);
H A DScriptParser.cpp1148 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()
H A DLinkerScript.cpp1583 ExprValue LinkerScript::getSymbolValue(StringRef name, const Twine &loc) { in getSymbolValue() function in LinkerScript
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp342 static uint64_t getSymbolValue(const MCSymbol &Symbol, const MCAssembler &Asm) { in getSymbolValue() function
420 Local->Data.Value = getSymbolValue(MCSym, Asm); in defineSymbol()