Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp583 struct AddressSanitizer { struct
584 AddressSanitizer(Module &M, const GlobalsMetadata *GlobalsMD, in AddressSanitizer() argument
600 uint64_t getAllocaSizeInBytes(const AllocaInst &AI) const { in getAllocaSizeInBytes()
658 struct FunctionStateRAII {
673 LLVMContext *C;
674 Triple TargetTriple;
675 int LongSize;
676 bool CompileKernel;
677 bool Recover;
678 bool UseAfterScope;
[all …]