Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp665 Instruction *generateCrashCode(Instruction *InsertBefore, Value *Addr,
1649 Instruction *AddressSanitizer::generateCrashCode(Instruction *InsertBefore, in generateCrashCode() function in AddressSanitizer
1798 Instruction *Crash = generateCrashCode(CrashTerm, AddrLong, IsWrite, in instrumentAddress()