Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Utils/
DLocal.h288 bool replaceDbgDeclareForAlloca(AllocaInst *AI, Value *NewAllocaAddress,
/external/llvm/lib/Transforms/Instrumentation/
DSafeStack.cpp577 replaceDbgDeclareForAlloca(AI, BasePointer, DIB, /*Deref=*/true, -StaticOffset); in moveStaticAllocasToUnsafeStack()
636 replaceDbgDeclareForAlloca(AI, NewAI, DIB, /*Deref=*/true); in moveDynamicAllocasToUnsafeStack()
DAddressSanitizer.cpp1950 replaceDbgDeclareForAlloca(AI, NewAllocaPtr, DIB, /*Deref=*/true); in poisonStack()
/external/llvm/lib/Transforms/Utils/
DLocal.cpp1186 bool llvm::replaceDbgDeclareForAlloca(AllocaInst *AI, Value *NewAllocaAddress, in replaceDbgDeclareForAlloca() function in llvm
DInlineFunction.cpp1307 replaceDbgDeclareForAlloca(AI, AI, DIB, /*Deref=*/false); in InlineFunction()