Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/Object/
H A DObjectFile.cpp41 uint64_t ObjectFile::getSymbolValue(DataRefImpl Ref) const { in getSymbolValue() function in ObjectFile
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceFixups.h62 const ELFSym *getSymbolValue() const { in getSymbolValue() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DObjectFile.cpp57 uint64_t ObjectFile::getSymbolValue(DataRefImpl Ref) const { in getSymbolValue() function in ObjectFile
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
H A DObjectFile.cpp56 Expected<uint64_t> ObjectFile::getSymbolValue(DataRefImpl Ref) const { in getSymbolValue() function in ObjectFile
/aosp_15_r20/external/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp343 static uint64_t getSymbolValue(const MCSymbol &Symbol, in getSymbolValue() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp326 static uint64_t getSymbolValue(const MCSymbol &Symbol, in getSymbolValue() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp352 static uint64_t getSymbolValue(const MCSymbol &Symbol, in getSymbolValue() function
/aosp_15_r20/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp1441 uint64_t GNULDBackend::getSymbolValue(const LDSymbol& pSymbol) const { in getSymbolValue() function in mcld::GNULDBackend