aboutsummaryrefslogtreecommitdiffstats
path: root/libevmasm/LinkerObject.h
diff options
context:
space:
mode:
Diffstat (limited to 'libevmasm/LinkerObject.h')
-rw-r--r--libevmasm/LinkerObject.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libevmasm/LinkerObject.h b/libevmasm/LinkerObject.h
index d3ec3e97..152487b4 100644
--- a/libevmasm/LinkerObject.h
+++ b/libevmasm/LinkerObject.h
@@ -49,6 +49,12 @@ struct LinkerObject
/// @returns a hex representation of the bytecode of the given object, replacing unlinked
/// addresses by placeholders.
std::string toHex() const;
+
+private:
+ static h160 const* matchLibrary(
+ std::string const& _linkRefName,
+ std::map<std::string, h160> const& _libraryAddresses
+ );
};
}