Home
last modified time | relevance | path

Searched refs:getSymbolValueImpl (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/Object/
DObjectFile.cpp44 return getSymbolValueImpl(Ref); in getSymbolValue()
DCOFFObjectFile.cpp157 uint64_t COFFObjectFile::getSymbolValueImpl(DataRefImpl Ref) const { in getSymbolValueImpl() function in COFFObjectFile
DMachOObjectFile.cpp371 uint64_t MachOObjectFile::getSymbolValueImpl(DataRefImpl Sym) const { in getSymbolValueImpl() function in MachOObjectFile
/external/llvm/include/llvm/Object/
DObjectFile.h200 virtual uint64_t getSymbolValueImpl(DataRefImpl Symb) const = 0;
DELFObjectFile.h202 uint64_t getSymbolValueImpl(DataRefImpl Symb) const override;
376 uint64_t ELFObjectFile<ELFT>::getSymbolValueImpl(DataRefImpl Symb) const { in getSymbolValueImpl() function
DMachO.h444 uint64_t getSymbolValueImpl(DataRefImpl Symb) const override;
DCOFF.h652 uint64_t getSymbolValueImpl(DataRefImpl Symb) const override;