Home
last modified time | relevance | path

Searched refs:generateCrashCode (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsanInstrumentation.cpp97 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 DAddressSanitizer.cpp839 Instruction *generateCrashCode(Instruction *InsertBefore, Value *Addr,
1808 Instruction *AddressSanitizer::generateCrashCode(Instruction *InsertBefore, in generateCrashCode() function in AddressSanitizer
1981 Instruction *Crash = generateCrashCode( in instrumentAddress()