Return module entry for module with the given ModPath.

Synopses

Declared in <llvm/IR/ModuleSummaryIndex.h>

Return module entry for module with the given ModPath.

Return module entry for module with the given ModPath.

ModuleInfo const*
getModule(StringRef ModPath) const;

Return Value

Module entry for module with the given ModPath.

Parameters

Name

Description

ModPath

Path of the module to look up.

Created with MrDocs