Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp220 std::string createFrameString(ArrayRef<AllocaInst*> Allocas);
781 HWAddressSanitizer::createFrameString(ArrayRef<AllocaInst *> Allocas) { in createFrameString() function in HWAddressSanitizer
991 createFrameGlobal(F, createFrameString(AllocasToInstrument)); in runOnFunction()