Home
last modified time | relevance | path

Searched defs:AddressSanitizer (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp715 struct AddressSanitizer { struct
716 AddressSanitizer(Module &M, const StackSafetyGlobalInfo *SSGI, in AddressSanitizer() function
749 TypeSize getAllocaSizeInBytes(const AllocaInst &AI) const { in getAllocaSizeInBytes()
814 struct FunctionStateRAII {
829 LLVMContext *C;
830 const DataLayout *DL;
831 Triple TargetTriple;
832 int LongSize;
833 bool CompileKernel;
834 bool Recover;
[all …]