summaryrefslogtreecommitdiff
path: root/src/vm/perfmap.h
diff options
context:
space:
mode:
authorAndrew Au <andrewau@microsoft.com>2019-07-11 14:37:46 -0700
committerGitHub <noreply@github.com>2019-07-11 14:37:46 -0700
commit140e74c7a350a1dfab3d5cd13d13f430265f7446 (patch)
tree0a869b7f4c19f29a4ace7ba1686c7c6967a94113 /src/vm/perfmap.h
parent2290c1f10e58feef8636679788eb060705dae9b3 (diff)
downloadcoreclr-140e74c7a350a1dfab3d5cd13d13f430265f7446.tar.gz
coreclr-140e74c7a350a1dfab3d5cd13d13f430265f7446.tar.bz2
coreclr-140e74c7a350a1dfab3d5cd13d13f430265f7446.zip
PerfMap should output file offset instead of RVAs (#25638)
Diffstat (limited to 'src/vm/perfmap.h')
-rw-r--r--src/vm/perfmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/perfmap.h b/src/vm/perfmap.h
index 23f1812b8e..22d8452347 100644
--- a/src/vm/perfmap.h
+++ b/src/vm/perfmap.h
@@ -82,7 +82,7 @@ class NativeImagePerfMap : PerfMap
{
private:
// Log a pre-compiled method to the map.
- void LogPreCompiledMethod(MethodDesc * pMethod, PCODE pCode, SIZE_T baseAddr, const char *optimizationTier);
+ void LogPreCompiledMethod(MethodDesc * pMethod, PCODE pCode, PEImageLayout * pLoadedLayout, const char *optimizationTier);
public:
// Construct a new map for a native image.