Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp802 auto FI = GetSSI(F).getInfo().Info; in getInfo()
867 Module *M, std::function<const StackSafetyInfo &(Function &F)> GetSSI, in StackSafetyGlobalInfo() argument
869 : M(M), GetSSI(GetSSI), Index(Index) { in StackSafetyGlobalInfo()