Home
last modified time | relevance | path

Searched refs:StackSafetyGlobalInfo (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DStackSafetyAnalysis.h58 class StackSafetyGlobalInfo {
70 StackSafetyGlobalInfo();
71 StackSafetyGlobalInfo(
74 StackSafetyGlobalInfo(StackSafetyGlobalInfo &&);
75 StackSafetyGlobalInfo &operator=(StackSafetyGlobalInfo &&);
76 ~StackSafetyGlobalInfo();
135 using Result = StackSafetyGlobalInfo;
153 StackSafetyGlobalInfo SSGI;
161 const StackSafetyGlobalInfo &getResult() const { return SSGI; } in getResult()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp230 struct StackSafetyGlobalInfo::InfoTy {
886 const StackSafetyGlobalInfo::InfoTy &StackSafetyGlobalInfo::getInfo() const { in getInfo()
958 StackSafetyGlobalInfo::StackSafetyGlobalInfo() = default;
960 StackSafetyGlobalInfo::StackSafetyGlobalInfo( in StackSafetyGlobalInfo() function in StackSafetyGlobalInfo
968 StackSafetyGlobalInfo::StackSafetyGlobalInfo(StackSafetyGlobalInfo &&) =
971 StackSafetyGlobalInfo &
972 StackSafetyGlobalInfo::operator=(StackSafetyGlobalInfo &&) = default;
974 StackSafetyGlobalInfo::~StackSafetyGlobalInfo() = default;
976 bool StackSafetyGlobalInfo::isSafe(const AllocaInst &AI) const { in isSafe()
986 void StackSafetyGlobalInfo::print(raw_ostream &O) const { in print()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DMemoryTaggingSupport.h66 StackInfoBuilder(const StackSafetyGlobalInfo *SSI) : SSI(SSI) {} in StackInfoBuilder()
74 const StackSafetyGlobalInfo *SSI;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp273 const StackSafetyGlobalInfo *SSI) in HWAddressSanitizer()
293 void setSSI(const StackSafetyGlobalInfo *S) { SSI = S; } in setSSI()
358 const StackSafetyGlobalInfo *SSI;
433 const StackSafetyGlobalInfo *SSI = nullptr; in run()
H A DAddressSanitizer.cpp648 AddressSanitizer(Module &M, const StackSafetyGlobalInfo *SSGI, in AddressSanitizer()
783 const StackSafetyGlobalInfo *SSGI;
1182 const StackSafetyGlobalInfo *const SSGI = in run()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp324 const StackSafetyGlobalInfo *SSI = nullptr;