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

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h289 ExprValue getSymbolValue(StringRef name, const Twine &loc);
H A DScriptParser.cpp975 e = [=] { return add(script->getSymbolValue(name, loc), e()); };
1371 return [=] { return script->getSymbolValue(tok, location); };
1381 return [=] { return script->getSymbolValue(tok, location); };
H A DLinkerScript.cpp1213 ExprValue LinkerScript::getSymbolValue(StringRef name, const Twine &loc) { function in class:LinkerScript
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DObjectFile.cpp57 Expected<uint64_t> ObjectFile::getSymbolValue(DataRefImpl Ref) const { function in class:ObjectFile
H A DCOFFObjectFile.cpp165 uint64_t Result = cantFail(getSymbolValue(Ref));
H A DWasmObjectFile.cpp1347 return getSymbolValue(Symb);
H A DMachOObjectFile.cpp1803 return getSymbolValue(Sym);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h291 Expected<uint64_t> getSymbolValue(DataRefImpl Symb) const;
393 return getObject()->getSymbolValue(getRawDataRefImpl());
H A DELFObjectFile.h519 Expected<uint64_t> SymbolValueOrErr = getSymbolValue(Symb);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp334 static uint64_t getSymbolValue(const MCSymbol &Symbol, function
410 Local->Data.Value = getSymbolValue(MCSym, Layout);

Completed in 199 milliseconds