Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DStackSafetyAnalysis.h153 StackSafetyGlobalInfo SSGI;
161 const StackSafetyGlobalInfo &getResult() const { return SSGI; }
151 StackSafetyGlobalInfo SSGI; global() variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp716 AddressSanitizer(Module &M, const StackSafetyGlobalInfo *SSGI, in AddressSanitizer()
728 SSGI(SSGI), in AddressSanitizer()
855 const StackSafetyGlobalInfo *SSGI; member
1259 const StackSafetyGlobalInfo *const SSGI = in run() local
1263 M, SSGI, Options.InstrumentationWithCallsThreshold, in run()
1370 !(SSGI && SSGI->isSafe(AI))); in isInterestingAlloca()
1397 if (SSGI != nullptr && SSGI->stackAccessIsSafe(*Inst) && in ignoreAccess()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp1104 SSGI.print(O); in print()
1119 SSGI = {&M, in runOnModule()