Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Utils/
DLocal.h282 bool replaceDbgDeclareForAlloca(AllocaInst *AI, Value *NewAllocaAddress,
/external/llvm/lib/CodeGen/
DSafeStack.cpp620 replaceDbgDeclareForAlloca(AI, BasePointer, DIB, /*Deref=*/true, -Offset); in moveStaticAllocasToUnsafeStack()
710 replaceDbgDeclareForAlloca(AI, NewAI, DIB, /*Deref=*/true); in moveDynamicAllocasToUnsafeStack()
/external/llvm/lib/Transforms/Utils/
DLocal.cpp1246 bool llvm::replaceDbgDeclareForAlloca(AllocaInst *AI, Value *NewAllocaAddress, in replaceDbgDeclareForAlloca() function in llvm
DInlineFunction.cpp1652 replaceDbgDeclareForAlloca(AI, AI, DIB, /*Deref=*/false); in InlineFunction()
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp2152 replaceDbgDeclareForAlloca(AI, NewAllocaPtr, DIB, /*Deref=*/true); in poisonStack()