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

/freebsd-11.0-release/contrib/llvm/include/llvm/Transforms/Utils/
H A DLocal.h289 bool replaceDbgDeclareForAlloca(AllocaInst *AI, Value *NewAllocaAddress,
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DSafeStack.cpp577 replaceDbgDeclareForAlloca(AI, BasePointer, DIB, /*Deref=*/true, -StaticOffset);
636 replaceDbgDeclareForAlloca(AI, NewAI, DIB, /*Deref=*/true);
H A DAddressSanitizer.cpp1950 replaceDbgDeclareForAlloca(AI, NewAllocaPtr, DIB, /*Deref=*/true);
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1602 replaceDbgDeclareForAlloca(AI, AI, DIB, /*Deref=*/false);
H A DLocal.cpp1216 bool llvm::replaceDbgDeclareForAlloca(AllocaInst *AI, Value *NewAllocaAddress, function in class:llvm

Completed in 83 milliseconds