Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DObjectFile.cpp57 return getSymbolValueImpl(Ref); in getSymbolValue()
DWasmObjectFile.cpp1072 uint64_t WasmObjectFile::getSymbolValueImpl(DataRefImpl Symb) const { in getSymbolValueImpl() function in WasmObjectFile
DCOFFObjectFile.cpp158 uint64_t COFFObjectFile::getSymbolValueImpl(DataRefImpl Ref) const { in getSymbolValueImpl() function in COFFObjectFile
DMachOObjectFile.cpp1754 uint64_t MachOObjectFile::getSymbolValueImpl(DataRefImpl Sym) const { in getSymbolValueImpl() function in MachOObjectFile
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DWasm.h155 uint64_t getSymbolValueImpl(DataRefImpl Symb) const override;
DObjectFile.h214 virtual uint64_t getSymbolValueImpl(DataRefImpl Symb) const = 0;
DELFObjectFile.h236 uint64_t getSymbolValueImpl(DataRefImpl Symb) const override;
458 uint64_t ELFObjectFile<ELFT>::getSymbolValueImpl(DataRefImpl Symb) const { in getSymbolValueImpl() function
DMachO.h657 uint64_t getSymbolValueImpl(DataRefImpl Symb) const override;
DCOFF.h892 uint64_t getSymbolValueImpl(DataRefImpl Symb) const override;
/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;