Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Utils/
DLocal.h276 bool replaceDbgDeclareForAlloca(AllocaInst *AI, Value *NewAllocaAddress,
/external/llvm/lib/Transforms/Utils/
DLocal.cpp1102 bool llvm::replaceDbgDeclareForAlloca(AllocaInst *AI, Value *NewAllocaAddress, in replaceDbgDeclareForAlloca() function in llvm
DInlineFunction.cpp1108 replaceDbgDeclareForAlloca(AI, AI, DIB, /*Deref=*/false); in InlineFunction()
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1828 replaceDbgDeclareForAlloca(AI, NewAllocaPtr, DIB, /*Deref=*/true); in poisonStack()