Home
last modified time | relevance | path

Searched refs:getImportGUIDs (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DFunction.h312 DenseSet<GlobalValue::GUID> getImportGUIDs() const;
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp380 for (auto &I : F.getImportGUIDs()) in computeFunctionSummary()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DFunction.cpp1402 DenseSet<GlobalValue::GUID> Function::getImportGUIDs() const { in getImportGUIDs() function in Function