Searched defs:getSymbolValue (Results 1 – 8 of 8) sorted by relevance
41 uint64_t ObjectFile::getSymbolValue(DataRefImpl Ref) const { in getSymbolValue() function in ObjectFile
62 const ELFSym *getSymbolValue() const { in getSymbolValue() function
57 uint64_t ObjectFile::getSymbolValue(DataRefImpl Ref) const { in getSymbolValue() function in ObjectFile
57 Expected<uint64_t> ObjectFile::getSymbolValue(DataRefImpl Ref) const { in getSymbolValue() function in ObjectFile
343 static uint64_t getSymbolValue(const MCSymbol &Symbol, in getSymbolValue() function
326 static uint64_t getSymbolValue(const MCSymbol &Symbol, in getSymbolValue() function
334 static uint64_t getSymbolValue(const MCSymbol &Symbol, in getSymbolValue() function
1280 ExprValue LinkerScript::getSymbolValue(StringRef name, const Twine &loc) { in getSymbolValue() function in LinkerScript