Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/Object/
HDObjectFile.h236 uint64_t getSymbolValue(DataRefImpl Symb) const;
315 return getObject()->getSymbolValue(getRawDataRefImpl()); in getValue()
HDELFObjectFile.h391 uint64_t Result = getSymbolValue(Symb); in getSymbolAddress()
/NextBSD/contrib/llvm/lib/Object/
HDObjectFile.cpp38 uint64_t ObjectFile::getSymbolValue(DataRefImpl Ref) const { in getSymbolValue() function in ObjectFile
HDCOFFObjectFile.cpp162 uint64_t Result = getSymbolValue(Ref); in getSymbolAddress()
HDMachOObjectFile.cpp376 return getSymbolValue(Sym); in getSymbolAddress()
/NextBSD/contrib/llvm/lib/MC/
HDWinCOFFObjectWriter.cpp377 static uint64_t getSymbolValue(const MCSymbol &Symbol, in getSymbolValue() function
429 coff_symbol->Data.Value = getSymbolValue(Symbol, Layout); in DefineSymbol()