Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_internal.h154 static const uptr kRetiredStackFrameMagic = 0x45E0360E; variable
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp87 static const uintptr_t kRetiredStackFrameMagic = 0x45E0360E; variable
2196 IRBRet.CreateStore(ConstantInt::get(IntptrTy, kRetiredStackFrameMagic), in poisonStack()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp128 static const uintptr_t kRetiredStackFrameMagic = 0x45E0360E; variable
3041 IRBRet.CreateStore(ConstantInt::get(IntptrTy, kRetiredStackFrameMagic), in processStaticAllocas()