Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DFunction.h298 DenseSet<GlobalValue::GUID> getImportGUIDs() const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp345 for (auto &I : F.getImportGUIDs()) in computeFunctionSummary()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DFunction.cpp1391 DenseSet<GlobalValue::GUID> Function::getImportGUIDs() const { in getImportGUIDs() function in Function