Searched refs:GetSSI (Results 1 – 2 of 2) sorted by relevance
64 std::function<const StackSafetyInfo &(Function &F)> GetSSI; variable 72 Module *M, std::function<const StackSafetyInfo &(Function &F)> GetSSI,
912 auto FI = GetSSI(F).getInfo().Info; in getInfo()982 Module *M, std::function<const StackSafetyInfo &(Function &F)> GetSSI, in StackSafetyGlobalInfo() argument984 : M(M), GetSSI(GetSSI), Index(Index) { in StackSafetyGlobalInfo()