Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstrumentation.h58 virtual void instrumentAlloca(LoweringContext &, class InstAlloca *) {} in instrumentAlloca() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp3578 void instrumentAlloca(AllocaInst &I, Instruction *InsPoint = nullptr) { in instrumentAlloca() function