Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DStackSafetyAnalysis.h64 std::function<const StackSafetyInfo &(Function &F)> GetSSI; variable
72 Module *M, std::function<const StackSafetyInfo &(Function &F)> GetSSI,
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp913 auto FI = GetSSI(F).getInfo().Info; in getInfo()
983 Module *M, std::function<const StackSafetyInfo &(Function &F)> GetSSI, in StackSafetyGlobalInfo() argument
985 : M(M), GetSSI(GetSSI), Index(Index) { in StackSafetyGlobalInfo()