Home
last modified time | relevance | path

Searched refs:getCommonSymbolSizeImpl (Results 1 – 14 of 14) sorted by relevance

/external/llvm/include/llvm/Object/
DObjectFile.h204 virtual uint64_t getCommonSymbolSizeImpl(DataRefImpl Symb) const = 0;
244 return getCommonSymbolSizeImpl(Symb); in getCommonSymbolSize()
DELFObjectFile.h213 uint64_t getCommonSymbolSizeImpl(DataRefImpl Symb) const override;
446 uint64_t ELFObjectFile<ELFT>::getCommonSymbolSizeImpl(DataRefImpl Symb) const { in getCommonSymbolSizeImpl() function
DMachO.h210 uint64_t getCommonSymbolSizeImpl(DataRefImpl Symb) const override;
DCOFF.h726 uint64_t getCommonSymbolSizeImpl(DataRefImpl Symb) const override;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DObjectFile.h216 virtual uint64_t getCommonSymbolSizeImpl(DataRefImpl Symb) const = 0;
262 return getCommonSymbolSizeImpl(Symb); in getCommonSymbolSize()
DWasm.h157 uint64_t getCommonSymbolSizeImpl(DataRefImpl Symb) const override;
DELFObjectFile.h238 uint64_t getCommonSymbolSizeImpl(DataRefImpl Symb) const override;
526 uint64_t ELFObjectFile<ELFT>::getCommonSymbolSizeImpl(DataRefImpl Symb) const { in getCommonSymbolSizeImpl() function
DMachO.h291 uint64_t getCommonSymbolSizeImpl(DataRefImpl Symb) const override;
DCOFF.h893 uint64_t getCommonSymbolSizeImpl(DataRefImpl Symb) const override;
/external/llvm/lib/Object/
DCOFFObjectFile.cpp232 uint64_t COFFObjectFile::getCommonSymbolSizeImpl(DataRefImpl Ref) const { in getCommonSymbolSizeImpl() function in COFFObjectFile
DMachOObjectFile.cpp508 uint64_t MachOObjectFile::getCommonSymbolSizeImpl(DataRefImpl DRI) const { in getCommonSymbolSizeImpl() function in MachOObjectFile
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp1081 uint64_t WasmObjectFile::getCommonSymbolSizeImpl(DataRefImpl Symb) const { in getCommonSymbolSizeImpl() function in WasmObjectFile
DCOFFObjectFile.cpp244 uint64_t COFFObjectFile::getCommonSymbolSizeImpl(DataRefImpl Ref) const { in getCommonSymbolSizeImpl() function in COFFObjectFile
DMachOObjectFile.cpp1771 uint64_t MachOObjectFile::getCommonSymbolSizeImpl(DataRefImpl DRI) const { in getCommonSymbolSizeImpl() function in MachOObjectFile