Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DGOFFObjectFile.h80 uint64_t getSymbolValueImpl(DataRefImpl Symb) const override;
H A DWasm.h176 uint64_t getSymbolValueImpl(DataRefImpl Symb) const override;
H A DObjectFile.h253 virtual uint64_t getSymbolValueImpl(DataRefImpl Symb) const = 0;
H A DELFObjectFile.h307 uint64_t getSymbolValueImpl(DataRefImpl Symb) const override;
599 uint64_t ELFObjectFile<ELFT>::getSymbolValueImpl(DataRefImpl Symb) const { in getSymbolValueImpl() function
H A DMachO.h846 uint64_t getSymbolValueImpl(DataRefImpl Symb) const override;
H A DXCOFFObjectFile.h596 uint64_t getSymbolValueImpl(DataRefImpl Symb) const override;
H A DCOFF.h997 uint64_t getSymbolValueImpl(DataRefImpl Symb) const override;
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DObjectFile.cpp66 return getSymbolValueImpl(Ref); in getSymbolValue()
H A DGOFFObjectFile.cpp224 uint64_t GOFFObjectFile::getSymbolValueImpl(DataRefImpl Symb) const { in getSymbolValueImpl() function in GOFFObjectFile
H A DXCOFFObjectFile.cpp267 uint64_t XCOFFObjectFile::getSymbolValueImpl(DataRefImpl Symb) const { in getSymbolValueImpl() function in llvm::object::XCOFFObjectFile
H A DCOFFObjectFile.cpp154 uint64_t COFFObjectFile::getSymbolValueImpl(DataRefImpl Ref) const { in getSymbolValueImpl() function in COFFObjectFile
H A DWasmObjectFile.cpp1876 uint64_t WasmObjectFile::getSymbolValueImpl(DataRefImpl Symb) const { in getSymbolValueImpl() function in WasmObjectFile
H A DMachOObjectFile.cpp1820 uint64_t MachOObjectFile::getSymbolValueImpl(DataRefImpl Sym) const { in getSymbolValueImpl() function in MachOObjectFile