Searched refs:replaceDbgDeclareForAlloca (Results 1 – 5 of 5) sorted by relevance
/external/llvm/include/llvm/Transforms/Utils/ |
D | Local.h | 288 bool replaceDbgDeclareForAlloca(AllocaInst *AI, Value *NewAllocaAddress,
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | SafeStack.cpp | 577 replaceDbgDeclareForAlloca(AI, BasePointer, DIB, /*Deref=*/true, -StaticOffset); in moveStaticAllocasToUnsafeStack() 636 replaceDbgDeclareForAlloca(AI, NewAI, DIB, /*Deref=*/true); in moveDynamicAllocasToUnsafeStack()
|
D | AddressSanitizer.cpp | 1950 replaceDbgDeclareForAlloca(AI, NewAllocaPtr, DIB, /*Deref=*/true); in poisonStack()
|
/external/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 1186 bool llvm::replaceDbgDeclareForAlloca(AllocaInst *AI, Value *NewAllocaAddress, in replaceDbgDeclareForAlloca() function in llvm
|
D | InlineFunction.cpp | 1307 replaceDbgDeclareForAlloca(AI, AI, DIB, /*Deref=*/false); in InlineFunction()
|