Searched refs:getSymbolValue (Results 1 – 10 of 10) sorted by relevance
14 Document.prototype.getSymbolValue = function() { method in Document21 assert.strictEqual(context.getSymbolValue(), 'foo');
62 const ELFSym *getSymbolValue() const { in getSymbolValue() function
364 Symbol = Fixup.getSymbolValue(); in writeData()
57 uint64_t ObjectFile::getSymbolValue(DataRefImpl Ref) const { in getSymbolValue() function in ObjectFile
169 uint64_t Result = getSymbolValue(Ref); in getSymbolAddress()
1303 return getSymbolValue(Symb); in getSymbolAddress()
1803 return getSymbolValue(Sym); in getSymbolAddress()
288 uint64_t getSymbolValue(DataRefImpl Symb) const;386 return getObject()->getSymbolValue(getRawDataRefImpl()); in getValue()
516 uint64_t Result = getSymbolValue(Symb); in getSymbolAddress()
326 static uint64_t getSymbolValue(const MCSymbol &Symbol, in getSymbolValue() function400 Local->Data.Value = getSymbolValue(MCSym, Layout); in DefineSymbol()