Home
last modified time | relevance | path

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

/external/llvm/lib/Object/
DObjectFile.cpp47 return getSymbolValueImpl(Ref); in getSymbolValue()
DCOFFObjectFile.cpp156 uint64_t COFFObjectFile::getSymbolValueImpl(DataRefImpl Ref) const { in getSymbolValueImpl() function in COFFObjectFile
DMachOObjectFile.cpp491 uint64_t MachOObjectFile::getSymbolValueImpl(DataRefImpl Sym) const { in getSymbolValueImpl() function in MachOObjectFile
/external/llvm/include/llvm/Object/
DObjectFile.h202 virtual uint64_t getSymbolValueImpl(DataRefImpl Symb) const = 0;
DELFObjectFile.h211 uint64_t getSymbolValueImpl(DataRefImpl Symb) const override;
384 uint64_t ELFObjectFile<ELFT>::getSymbolValueImpl(DataRefImpl Symb) const { in getSymbolValueImpl() function
DMachO.h448 uint64_t getSymbolValueImpl(DataRefImpl Symb) const override;
DCOFF.h725 uint64_t getSymbolValueImpl(DataRefImpl Symb) const override;