Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceFixups.h62 const ELFSym *getSymbolValue() const { in getSymbolValue() function
DIceELFSection.h364 Symbol = Fixup.getSymbolValue(); in writeData()
/external/llvm/include/llvm/Object/
DObjectFile.h239 uint64_t getSymbolValue(DataRefImpl Symb) const;
320 return getObject()->getSymbolValue(getRawDataRefImpl()); in getValue()
DELFObjectFile.h402 uint64_t Result = getSymbolValue(Symb); in getSymbolAddress()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DObjectFile.h254 uint64_t getSymbolValue(DataRefImpl Symb) const;
354 return getObject()->getSymbolValue(getRawDataRefImpl()); in getValue()
DELFObjectFile.h476 uint64_t Result = getSymbolValue(Symb); in getSymbolAddress()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DObjectFile.cpp51 uint64_t ObjectFile::getSymbolValue(DataRefImpl Ref) const { in getSymbolValue() function in ObjectFile
DWasmObjectFile.cpp1050 return getSymbolValue(Symb); in getSymbolAddress()
DCOFFObjectFile.cpp170 uint64_t Result = getSymbolValue(Ref); in getSymbolAddress()
DMachOObjectFile.cpp1759 return getSymbolValue(Sym); in getSymbolAddress()
/external/llvm/lib/Object/
DObjectFile.cpp41 uint64_t ObjectFile::getSymbolValue(DataRefImpl Ref) const { in getSymbolValue() function in ObjectFile
DCOFFObjectFile.cpp161 uint64_t Result = getSymbolValue(Ref); in getSymbolAddress()
DMachOObjectFile.cpp496 return getSymbolValue(Sym); in getSymbolAddress()
/external/llvm/lib/MC/
DWinCOFFObjectWriter.cpp343 static uint64_t getSymbolValue(const MCSymbol &Symbol, in getSymbolValue() function
417 Local->Data.Value = getSymbolValue(Symbol, Layout); in DefineSymbol()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DWinCOFFObjectWriter.cpp319 static uint64_t getSymbolValue(const MCSymbol &Symbol, in getSymbolValue() function
393 Local->Data.Value = getSymbolValue(MCSym, Layout); in DefineSymbol()