Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DObjectFile.h254 virtual uint64_t getCommonSymbolSizeImpl(DataRefImpl Symb) const = 0;
311 return getCommonSymbolSizeImpl(Symb); in getCommonSymbolSize()
H A DWasm.h171 uint64_t getCommonSymbolSizeImpl(DataRefImpl Symb) const override;
H A DELFObjectFile.h280 uint64_t getCommonSymbolSizeImpl(DataRefImpl Symb) const override;
643 uint64_t ELFObjectFile<ELFT>::getCommonSymbolSizeImpl(DataRefImpl Symb) const { in getCommonSymbolSizeImpl() function
H A DXCOFFObjectFile.h584 uint64_t getCommonSymbolSizeImpl(DataRefImpl Symb) const override;
H A DMachO.h434 uint64_t getCommonSymbolSizeImpl(DataRefImpl Symb) const override;
H A DCOFF.h938 uint64_t getCommonSymbolSizeImpl(DataRefImpl Symb) const override;
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DXCOFFObjectFile.cpp280 uint64_t XCOFFObjectFile::getCommonSymbolSizeImpl(DataRefImpl Symb) const { in getCommonSymbolSizeImpl() function in llvm::object::XCOFFObjectFile
H A DCOFFObjectFile.cpp241 uint64_t COFFObjectFile::getCommonSymbolSizeImpl(DataRefImpl Ref) const { in getCommonSymbolSizeImpl() function in COFFObjectFile
H A DWasmObjectFile.cpp1645 uint64_t WasmObjectFile::getCommonSymbolSizeImpl(DataRefImpl Symb) const { in getCommonSymbolSizeImpl() function in WasmObjectFile
H A DMachOObjectFile.cpp1830 uint64_t MachOObjectFile::getCommonSymbolSizeImpl(DataRefImpl DRI) const { in getCommonSymbolSizeImpl() function in MachOObjectFile