Check if the given Module has any functions available for exporting.
Synopsis
Declared in <llvm/IR/ModuleSummaryIndex.h>
bool
hasExportedFunctions(Module const& M) const;
Description
We consider any module present in the ModulePathStringTable to have exported functions.
Return Value
Check if the given Module has any functions available for exporting.
Parameters
Name |
Description |
M |
The module to query. |
Created with MrDocs