Home
last modified time | relevance | path

Searched defs:GetSSI (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DStackSafetyAnalysis.h64 std::function<const StackSafetyInfo &(Function &F)> GetSSI; variable
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp961 StackSafetyGlobalInfo(Module * M,std::function<const StackSafetyInfo & (Function & F)> GetSSI,const ModuleSummaryIndex * Index) StackSafetyGlobalInfo() argument