Searched refs:generateCrashCode (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAsanInstrumentation.cpp | 97 static Instruction *generateCrashCode(Module &M, IRBuilder<> &IRB, in generateCrashCode() function 178 generateCrashCode(M, IRB, IntptrTy, CrashTerm, AddrLong, IsWrite, in instrumentAddressImpl()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | AddressSanitizer.cpp | 839 Instruction *generateCrashCode(Instruction *InsertBefore, Value *Addr, 1808 Instruction *AddressSanitizer::generateCrashCode(Instruction *InsertBefore, in generateCrashCode() function in AddressSanitizer 1981 Instruction *Crash = generateCrashCode( in instrumentAddress()
|