SIL: Add SILModule::loadFunction()

This is like linkFunction(), except it only deserializes the immediate
function body, without recursively walking its transitive dependencies.
This commit is contained in:
Slava Pestov
2018-04-12 17:32:28 -07:00
parent 0039f25483
commit f4b170c144
2 changed files with 16 additions and 3 deletions

View File

@@ -490,11 +490,15 @@ public:
/// \return null if this module has no such function
SILFunction *lookUpFunction(SILDeclRef fnRef);
/// Attempt to deserialize the SILFunction. Returns true if deserialization
/// succeeded, false otherwise.
bool loadFunction(SILFunction *F);
/// Attempt to link the SILFunction. Returns true if linking succeeded, false
/// otherwise.
///
/// \return false if the linking failed.
bool linkFunction(SILFunction *Fun,
bool linkFunction(SILFunction *F,
LinkingMode LinkAll = LinkingMode::LinkNormal);
/// Check if a given function exists in any of the modules with a