|
|
|
@ -2567,7 +2567,8 @@ ParserResultKind Parser::ParseSharedLib(llvm::StringRef File,
@@ -2567,7 +2567,8 @@ ParserResultKind Parser::ParseSharedLib(llvm::StringRef File,
|
|
|
|
|
NativeLib->FileName = LibName; |
|
|
|
|
|
|
|
|
|
llvm::error_code ec; |
|
|
|
|
for(auto it = Object.get()->begin_symbols(); it != Object.get()->end_symbols(); it.increment(ec)) |
|
|
|
|
for(auto it = Object.get()->begin_symbols(); it != Object.get()->end_symbols(); |
|
|
|
|
++it) |
|
|
|
|
{ |
|
|
|
|
llvm::StringRef SymRef; |
|
|
|
|
|
|
|
|
@ -2577,8 +2578,8 @@ ParserResultKind Parser::ParseSharedLib(llvm::StringRef File,
@@ -2577,8 +2578,8 @@ ParserResultKind Parser::ParseSharedLib(llvm::StringRef File,
|
|
|
|
|
NativeLib->Symbols.push_back(SymRef); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
for (auto it = Object.get()->begin_dynamic_symbols(); it != Object.get()->end_dynamic_symbols(); |
|
|
|
|
it.increment(ec)) |
|
|
|
|
for (auto it = Object.get()->begin_symbols(); it != Object.get()->end_symbols(); |
|
|
|
|
++it) |
|
|
|
|
{ |
|
|
|
|
llvm::StringRef SymRef; |
|
|
|
|
|
|
|
|
|