Home
last modified time | relevance | path

Searched defs:getSymbolValue (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/lib/Object/
H A DObjectFile.cpp56 Expected<uint64_t> ObjectFile::getSymbolValue(DataRefImpl Ref) const { in getSymbolValue() function in ObjectFile
/llvm-project/bolt/include/bolt/Core/
H A DBinaryContext.h870 ErrorOr<uint64_t> getSymbolValue(const MCSymbol &Symbol) const { scopeLock() function
/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp365 static uint64_t getSymbolValue(const MCSymbol &Symbol, const MCAssembler &Asm) { getSymbolValue() function
/llvm-project/lld/ELF/
H A DLinkerScript.cpp1581 ExprValue LinkerScript::getSymbolValue(StringRef name, const Twine &loc) { getSymbolValue() function in LinkerScript