Collect for the given module the list of functions it defines (GUID ‐> Summary).
Synopsis
Declared in <llvm/IR/ModuleSummaryIndex.h>
void
collectDefinedFunctionsForModule(
StringRef ModulePath,
GVSummaryMapTy& GVSummaryMap) const;
Parameters
Name |
Description |
ModulePath |
Path of the module whose defined functions are collected. |
GVSummaryMap |
Output map filled with GUID to summary pointers. |
Created with MrDocs