Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp1474 instrumentAlloca(*Item.second, Item.first); in runOnFunction()
1481 instrumentAlloca(*AI); in runOnFunction()
4332 void instrumentAlloca(AllocaInst &I, Instruction *InsPoint = nullptr) { in instrumentAlloca() function