Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(90)

Unified Diff: syzygy/refinery/process_state/layer_data.h

Issue 1475083002: [Refinery] Introduce TypePropagatorAnalyzer - pointer types. (Closed) Base URL: https://github.com/google/syzygy.git@master
Patch Set: Nits Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: syzygy/refinery/process_state/layer_data.h
diff --git a/syzygy/refinery/process_state/layer_data.h b/syzygy/refinery/process_state/layer_data.h
index e3cf13ecc102bd39ac6ee4e771f8b53839994c61..4bd815fefdc3d3a163b4a46c919af852c0e98a37 100644
--- a/syzygy/refinery/process_state/layer_data.h
+++ b/syzygy/refinery/process_state/layer_data.h
@@ -57,6 +57,11 @@ class ModuleLayerData {
// @returns the corresponding module id.
ModuleId FindOrIndex(const pe::PEFile::Signature& signature);
+ // Find and return the signature corresponding to a module @p id.
+ // @param id the module identifier.
+ // @param signature on success, contains the signature corresponding to module
+ // @p id.
+ // @returns true on success, false otherwise.
bool Find(ModuleId id, pe::PEFile::Signature* signature) const;
private:

Powered by Google App Engine
This is Rietveld 408576698