Home
last modified time | relevance | path

Searched defs:getCommonSymbolSizeImpl (Results 1 – 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
HDGOFFObjectFile.cpp231 uint64_t GOFFObjectFile::getCommonSymbolSizeImpl(DataRefImpl Symb) const { in getCommonSymbolSizeImpl() function in GOFFObjectFile
HDXCOFFObjectFile.cpp286 uint64_t XCOFFObjectFile::getCommonSymbolSizeImpl(DataRefImpl Symb) const { in getCommonSymbolSizeImpl() function in llvm::object::XCOFFObjectFile
HDWasmObjectFile.cpp1885 uint64_t WasmObjectFile::getCommonSymbolSizeImpl(DataRefImpl Symb) const { in getCommonSymbolSizeImpl() function in WasmObjectFile
HDCOFFObjectFile.cpp240 uint64_t COFFObjectFile::getCommonSymbolSizeImpl(DataRefImpl Ref) const { in getCommonSymbolSizeImpl() function in COFFObjectFile
HDMachOObjectFile.cpp1837 uint64_t MachOObjectFile::getCommonSymbolSizeImpl(DataRefImpl DRI) const { in getCommonSymbolSizeImpl() function in MachOObjectFile
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDELFObjectFile.h696 uint64_t ELFObjectFile<ELFT>::getCommonSymbolSizeImpl(DataRefImpl Symb) const { in getCommonSymbolSizeImpl() function