perf: Key the interpreter symbol cache by Name rather than FastString
[ghc.git] / rts / ForeignExports.h
blob84bf3bc48476e805765bef469a652419edeeb70b
1 /* -----------------------------------------------------------------------------
3 * (c) The GHC Team 2020
5 * Management of foreign exports.
7 * ---------------------------------------------------------------------------*/
9 #pragma once
11 #include "Rts.h"
12 #include "LinkerInternals.h"
14 #include "BeginPrivate.h"
16 void foreignExportsLoadingObject(ObjectCode *oc);
17 void foreignExportsFinishedLoadingObject(void);
18 void processForeignExports(void);
20 #include "EndPrivate.h"