Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
DObjectFile.cpp57 Expected<uint64_t> ObjectFile::getSymbolValue(DataRefImpl Ref) const { in getSymbolValue() function in ObjectFile
DCOFFObjectFile.cpp167 uint64_t Result = cantFail(getSymbolValue(Ref)); in getSymbolAddress()
DWasmObjectFile.cpp1512 return getSymbolValue(Symb); in getSymbolAddress()
DMachOObjectFile.cpp1805 return getSymbolValue(Sym); in getSymbolAddress()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
DObjectFile.h294 Expected<uint64_t> getSymbolValue(DataRefImpl Symb) const;
398 return getObject()->getSymbolValue(getRawDataRefImpl()); in getValue()
DELFObjectFile.h555 Expected<uint64_t> SymbolValueOrErr = getSymbolValue(Symb); in getSymbolAddress()
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DLinkerScript.h303 ExprValue getSymbolValue(StringRef name, const Twine &loc);
DScriptParser.cpp1010 e = [=] { return add(script->getSymbolValue(name, loc), e()); }; in readSymbolAssignment()
1425 return [=] { return script->getSymbolValue(tok, location); }; in readPrimary()
1436 return [=] { return script->getSymbolValue(tok, location); }; in readPrimary()
DLinkerScript.cpp1313 ExprValue LinkerScript::getSymbolValue(StringRef name, const Twine &loc) { in getSymbolValue() function in LinkerScript
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
DWinCOFFObjectWriter.cpp334 static uint64_t getSymbolValue(const MCSymbol &Symbol, in getSymbolValue() function
411 Local->Data.Value = getSymbolValue(MCSym, Layout); in DefineSymbol()