We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c383e9c commit 5b7e39dCopy full SHA for 5b7e39d
llvm/include/llvm/Object/XCOFFObjectFile.h
@@ -844,8 +844,7 @@ class XCOFFSymbolRef : public SymbolRef {
844
class xcoff_symbol_iterator : public symbol_iterator {
845
public:
846
xcoff_symbol_iterator(const basic_symbol_iterator &B)
847
- : symbol_iterator(SymbolRef(B->getRawDataRefImpl(),
848
- cast<XCOFFObjectFile>(B->getObject()))) {}
+ : symbol_iterator(B) {}
849
850
const XCOFFSymbolRef *operator->() const {
851
return static_cast<const XCOFFSymbolRef *>(symbol_iterator::operator->());
0 commit comments