Searched refs:getLogicalNumberOfRelocationEntries (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h369 getLogicalNumberOfRelocationEntries(const XCOFFSectionHeader32 &Sec) const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp629 Expected<uint32_t> XCOFFObjectFile::getLogicalNumberOfRelocationEntries( function in class:llvm::object::XCOFFObjectFile
648 auto NumRelocEntriesOrErr = getLogicalNumberOfRelocationEntries(Sec);

Completed in 171 milliseconds