Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceASanInstrumentation.h48 ConstantRelocatable *instrumentReloc(ConstantRelocatable *Reloc);
DIceASanInstrumentation.cpp369 Instr->getDest(), instrumentReloc(Reloc)); in instrumentLoad()
385 Context.getNode()->getCfg(), instrumentReloc(Reloc), Instr->getAddr()); in instrumentStore()
397 ASanInstrumentation::instrumentReloc(ConstantRelocatable *Reloc) { in instrumentReloc() function in Ice::ASanInstrumentation